docling/docling/models
Christoph Auer 5cb4cf6f19
fix: Correct scaling of debug visualizations, tune OCR (#700)
* fix: Correct scaling of debug visualizations, tune OCR

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

* chore: remove unused imports

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

* chore: Update docling-core

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

---------

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
2025-01-08 12:26:44 +01:00
..
__init__.py Initial commit 2024-07-15 09:42:42 +02:00
base_model.py feat: Add pipeline timings and toggle visualization, establish debug settings (#183) 2024-10-30 15:04:19 +01:00
base_ocr_model.py fix: Correct scaling of debug visualizations, tune OCR (#700) 2025-01-08 12:26:44 +01:00
ds_glm_model.py feat: Updated Layout processing with forms and key-value areas (#530) 2024-12-17 17:32:24 +01:00
easyocr_model.py feat: Updated Layout processing with forms and key-value areas (#530) 2024-12-17 17:32:24 +01:00
layout_model.py fix: Correct scaling of debug visualizations, tune OCR (#700) 2025-01-08 12:26:44 +01:00
ocr_mac_model.py feat: add support for ocrmac OCR engine on macOS (#276) 2024-11-20 12:51:19 +01:00
page_assemble_model.py feat: Updated Layout processing with forms and key-value areas (#530) 2024-12-17 17:32:24 +01:00
page_preprocessing_model.py feat: Add pipeline timings and toggle visualization, establish debug settings (#183) 2024-10-30 15:04:19 +01:00
rapid_ocr_model.py feat: Introduce support for GPU Accelerators (#593) 2024-12-13 17:45:22 +01:00
table_structure_model.py fix: Correct scaling of debug visualizations, tune OCR (#700) 2025-01-08 12:26:44 +01:00
tesseract_ocr_cli_model.py fix: ParserError EOF inside string (#470) (#472) 2024-12-03 11:21:18 +01:00
tesseract_ocr_model.py feat(OCR): Introduce the OcrOptions.force_full_page_ocr parameter that forces a full page OCR scanning (#290) 2024-11-12 09:46:14 +01:00