mirror of
https://github.com/DS4SD/docling.git
synced 2025-08-01 15:02:21 +00:00
Typo faq.md
Signed-off-by: Álvaro Huertas <123009293+huertin03@users.noreply.github.com>
This commit is contained in:
parent
8ccb3c6db6
commit
3a5b436f0e
@ -130,5 +130,5 @@ Setting the OCR language in Docling is done via the OCR pipeline options:
|
|||||||
from docling.datamodel.pipeline_options import PdfPipelineOptions
|
from docling.datamodel.pipeline_options import PdfPipelineOptions
|
||||||
|
|
||||||
pipeline_options = PdfPipelineOptions()
|
pipeline_options = PdfPipelineOptions()
|
||||||
pipeline_options.ocr_options.lang = ["fr", "de", "es", "en"] # example of languages for easyCOR
|
pipeline_options.ocr_options.lang = ["fr", "de", "es", "en"] # example of languages for EasyOCR
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user