docs: typo in faq (#484)
Typo faq.md Signed-off-by: Álvaro Huertas <123009293+huertin03@users.noreply.github.com>
This commit is contained in:
parent
d4872103b8
commit
33cff98d36
@ -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