docling/docling/models
Shkarupa Alex 215b540f6c
feat: Maximum image size for Vlm models (#1802)
* Image scale moved to base vlm options.
Added max_size image limit (options and vlm models).

* DCO Remediation Commit for Shkarupa Alex <shkarupa.alex@gmail.com>

I, Shkarupa Alex <shkarupa.alex@gmail.com>, hereby add my Signed-off-by to this commit: e93602a0d0

Signed-off-by: Shkarupa Alex <shkarupa.alex@gmail.com>

---------

Signed-off-by: Shkarupa Alex <shkarupa.alex@gmail.com>
2025-06-18 12:57:37 +02:00
..
factories ci: add coverage and ruff (#1383) 2025-04-14 18:01:26 +02:00
plugins feat: add factory for ocr engines via plugins (#1010) 2025-03-18 13:58:05 +01:00
utils feat: new vlm-models support (#1570) 2025-06-02 17:01:06 +02:00
vlm_models_inline feat: Maximum image size for Vlm models (#1802) 2025-06-18 12:57:37 +02:00
__init__.py Initial commit 2024-07-15 09:42:42 +02:00
api_vlm_model.py feat: Maximum image size for Vlm models (#1802) 2025-06-18 12:57:37 +02:00
base_model.py fix: formula conversion with page_range param set (#1791) 2025-06-17 13:58:45 +02:00
base_ocr_model.py feat: Make Page.parsed_page the only source of truth for text cells, add OCR cells to it (#1745) 2025-06-13 19:01:55 +02:00
code_formula_model.py feat: new vlm-models support (#1570) 2025-06-02 17:01:06 +02:00
document_picture_classifier.py feat: new vlm-models support (#1570) 2025-06-02 17:01:06 +02:00
easyocr_model.py feat: Make Page.parsed_page the only source of truth for text cells, add OCR cells to it (#1745) 2025-06-13 19:01:55 +02:00
layout_model.py feat: Make Page.parsed_page the only source of truth for text cells, add OCR cells to it (#1745) 2025-06-13 19:01:55 +02:00
ocr_mac_model.py feat: Make Page.parsed_page the only source of truth for text cells, add OCR cells to it (#1745) 2025-06-13 19:01:55 +02:00
page_assemble_model.py feat: Establish confidence estimation for document and pages (#1313) 2025-05-21 12:32:49 +02:00
page_preprocessing_model.py feat: Make Page.parsed_page the only source of truth for text cells, add OCR cells to it (#1745) 2025-06-13 19:01:55 +02:00
picture_description_api_model.py feat: new vlm-models support (#1570) 2025-06-02 17:01:06 +02:00
picture_description_base_model.py feat: new vlm-models support (#1570) 2025-06-02 17:01:06 +02:00
picture_description_vlm_model.py feat: new vlm-models support (#1570) 2025-06-02 17:01:06 +02:00
rapid_ocr_model.py feat: Make Page.parsed_page the only source of truth for text cells, add OCR cells to it (#1745) 2025-06-13 19:01:55 +02:00
readingorder_model.py fix: prov for merged-elems (#1728) 2025-06-10 11:22:42 +02:00
table_structure_model.py feat: new vlm-models support (#1570) 2025-06-02 17:01:06 +02:00
tesseract_ocr_cli_model.py feat: Make Page.parsed_page the only source of truth for text cells, add OCR cells to it (#1745) 2025-06-13 19:01:55 +02:00
tesseract_ocr_model.py feat: Make Page.parsed_page the only source of truth for text cells, add OCR cells to it (#1745) 2025-06-13 19:01:55 +02:00