From 78db47d02a948503b91620479640f57df39ea3a3 Mon Sep 17 00:00:00 2001 From: Christoph Auer Date: Thu, 26 Sep 2024 13:48:30 +0200 Subject: [PATCH] Update README Signed-off-by: Christoph Auer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c176962c..e3907dbd 100644 --- a/README.md +++ b/README.md @@ -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 from docling.datamodel.pipeline_options import PipelineOptions, TableFormerMode