From c54d511c20db7f6a24c98a7fb1d47413824a5ff0 Mon Sep 17 00:00:00 2001 From: Nikos Livathinos Date: Wed, 27 Aug 2025 17:31:33 +0200 Subject: [PATCH] chore: debug_heron.py: Disable OCR Signed-off-by: Nikos Livathinos --- debug_heron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_heron.py b/debug_heron.py index ecba71d1..cee63cee 100644 --- a/debug_heron.py +++ b/debug_heron.py @@ -58,7 +58,7 @@ def main(): # Setup conversion pipeline pipeline_options = PdfPipelineOptions() - pipeline_options.do_ocr = True + pipeline_options.do_ocr = False pipeline_options.do_table_structure = True pipeline_options.table_structure_options.do_cell_matching = True pipeline_options.generate_parsed_pages = True