Skip to content

Commit

Permalink
docs: typo in faq (#484)
Browse files Browse the repository at this point in the history
Typo faq.md

Signed-off-by: Álvaro Huertas <[email protected]>
  • Loading branch information
huertin03 authored Dec 2, 2024
1 parent d487210 commit 33cff98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 33cff98

Please sign in to comment.