Merge branch 'main' of github.com:DS4SD/docling into cau/docling-parse-api

This commit is contained in:
Christoph Auer
2025-03-11 16:06:55 +01:00
47 changed files with 317 additions and 236 deletions

View File

@@ -135,7 +135,7 @@ doc_converter = DocumentConverter(
)
```
Since docling 1.16.0: You can control which TableFormer mode you want to use. Choose between `TableFormerMode.FAST` (default) and `TableFormerMode.ACCURATE` (better, but slower) to receive better quality with difficult table structures.
Since docling 1.16.0: You can control which TableFormer mode you want to use. Choose between `TableFormerMode.FAST` (faster but less accurate) and `TableFormerMode.ACCURATE` (default) to receive better quality with difficult table structures.
```python
from docling.datamodel.base_models import InputFormat