docs: typo in faq (#484)

Typo faq.md

Signed-off-by: Álvaro Huertas <123009293+huertin03@users.noreply.github.com>
This commit is contained in:
Álvaro Huertas 2024-12-02 10:35:24 +01:00 committed by GitHub
parent d4872103b8
commit 33cff98d36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,5 +130,5 @@ Setting the OCR language in Docling is done via the OCR pipeline options:
from docling.datamodel.pipeline_options import 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
```