Docling/docling/models
Michele Dolfi 2716c7d4ff
feat: Introduce the enable_remote_services option to allow remote connections while processing (#941)
* feat: Introduce the allow_remote_services option to allow remote connections while processing

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

* add option in the example

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

* enhance docs

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

* rename to enable_remote_services

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

---------

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
2025-02-12 15:18:01 +01:00
..
__init__.py Initial commit 2024-07-15 09:42:42 +02:00
base_model.py feat: Describe pictures using vision models (#259) 2025-02-07 16:30:42 +01:00
base_ocr_model.py fix: Improve OCR results, stricten criteria before dropping bitmap areas (#719) 2025-01-10 10:38:49 +01:00
code_formula_model.py refactor: use org--name in artifacts-path (#912) 2025-02-07 13:58:05 +01:00
document_picture_classifier.py refactor: use org--name in artifacts-path (#912) 2025-02-07 13:58:05 +01:00
ds_glm_model.py feat: Add content_layer property to items to address body, furniture and other roles (#735) 2025-02-10 12:07:49 +01:00
easyocr_model.py fix: remove unused httpx (#919) 2025-02-07 17:51:31 +01:00
layout_model.py refactor: use org--name in artifacts-path (#912) 2025-02-07 13:58:05 +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: Code and equation model for PDF and code blocks in markdown (#752) 2025-01-24 16:54:22 +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
picture_description_api_model.py feat: Introduce the enable_remote_services option to allow remote connections while processing (#941) 2025-02-12 15:18:01 +01:00
picture_description_base_model.py feat: Describe pictures using vision models (#259) 2025-02-07 16:30:42 +01:00
picture_description_vlm_model.py feat: Describe pictures using vision models (#259) 2025-02-07 16:30:42 +01:00
rapid_ocr_model.py feat(ocr): expose rec_keys_path in RapidOcrOptions to support custom dictionaries (#786) 2025-01-27 13:38:15 +01:00
table_structure_model.py refactor: use org--name in artifacts-path (#912) 2025-02-07 13:58:05 +01:00
tesseract_ocr_cli_model.py feat: Introduce automatic language detection in TesseractOcrCliModel (#800) 2025-01-26 08:07:56 +01:00
tesseract_ocr_model.py fix: Fix the initialization of the TesseractOcrModel (#935) 2025-02-11 12:27:12 +01:00