docling/docling
Yorick Terweijden d2f9f050ce Expose rec_keys_path in RapidOcrOptions to support custom dictionaries
- Added `rec_keys_path` to `RapidOcrOptions` to align with RapidOCR's capability to use custom character dictionaries.
- Passed `rec_keys_path` to `RapidOcrModel` initialization, ensuring the recognition model can load the correct dictionary (e.g., for Latin characters).

Signed-off-by: Yorick Terweijden <yorick@spread.ai>
2025-01-23 15:35:13 +02:00
..
backend refactor: allow the usage of backends in the enrich models and generalize the interface (#742) 2025-01-15 09:52:38 +01:00
chunking feat: expose new hybrid chunker, update docs (#384) 2024-12-09 08:28:29 +01:00
cli feat: added http header support for document converter and cli (#642) 2025-01-07 10:15:14 +01:00
datamodel Expose rec_keys_path in RapidOcrOptions to support custom dictionaries 2025-01-23 15:35:13 +02:00
models Expose rec_keys_path in RapidOcrOptions to support custom dictionaries 2025-01-23 15:35:13 +02:00
pipeline refactor: allow the usage of backends in the enrich models and generalize the interface (#742) 2025-01-15 09:52:38 +01:00
utils feat: Updated Layout processing with forms and key-value areas (#530) 2024-12-17 17:32:24 +01:00
__init__.py Initial commit 2024-07-15 09:42:42 +02:00
document_converter.py feat: added http header support for document converter and cli (#642) 2025-01-07 10:15:14 +01:00
exceptions.py fix: improve handling of disallowed formats (#429) 2024-12-03 12:45:32 +01:00
py.typed fix: Add py.typed marker file (#531) 2024-12-06 13:42:14 +01:00