docling/docling/models
Christoph Auer d6df76f90b
feat: Support tableformer model choice (#90)
* Support tableformer model choice

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

* Update datamodel structure

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

* Update docs

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

* Cleanup

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

* Add test unit for table options

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

* Ensure import backwards-compatibility for PipelineOptions

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

* Update README

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

* Adjust parameters on custom_convert

Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com>

* Update Dockerfile

Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com>

---------

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Signed-off-by: Christoph Auer <60343111+cau-git@users.noreply.github.com>
2024-09-26 21:37:08 +02:00
..
__init__.py Initial commit 2024-07-15 09:42:42 +02:00
base_ocr_model.py feat: Add adaptive OCR, factor out treatment of OCR areas and cell filtering (#38) 2024-08-20 15:28:03 +02:00
ds_glm_model.py feat: linux arm64 support and reducing dependencies (#69) 2024-09-10 15:43:27 +02:00
easyocr_model.py feat: Add adaptive OCR, factor out treatment of OCR areas and cell filtering (#38) 2024-08-20 15:28:03 +02:00
layout_model.py feat: allow computing page images on-demand with scale and cache them (#36) 2024-08-20 13:27:19 +02:00
page_assemble_model.py feat: Optimize table extraction quality, add configuration options (#11) 2024-07-17 16:13:21 +02:00
table_structure_model.py feat: Support tableformer model choice (#90) 2024-09-26 21:37:08 +02:00