Update README

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Christoph Auer 2024-09-26 13:48:30 +02:00
parent 5843f1ee1f
commit 78db47d02a

View File

@ -170,7 +170,7 @@ doc_converter = DocumentConverter(
) )
``` ```
Since docling 1.14.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` (default) and `TableFormerMode.ACCURATE` (better, but slower) to receive better quality with difficult table structures.
```python ```python
from docling.datamodel.pipeline_options import PipelineOptions, TableFormerMode from docling.datamodel.pipeline_options import PipelineOptions, TableFormerMode