From 33cff98d360c02a382a66850c696a0cf511659ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Huertas?= <123009293+huertin03@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:35:24 +0100 Subject: [PATCH] docs: typo in faq (#484) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typo faq.md Signed-off-by: Álvaro Huertas <123009293+huertin03@users.noreply.github.com> --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index a38f55447..b3f93d753 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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 ```