mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-26 20:14:47 +00:00
Update README
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
parent
5843f1ee1f
commit
78db47d02a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user