From: Radek Czajka Date: Fri, 22 Aug 2025 14:06:59 +0000 (+0200) Subject: Only commit raw text after OCR for now. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/3467d174584fbaf60a23082c6af7abeae45174a1?ds=sidebyside Only commit raw text after OCR for now. --- diff --git a/src/sources/document.py b/src/sources/document.py index 7c31110f..c8abd1c1 100644 --- a/src/sources/document.py +++ b/src/sources/document.py @@ -26,8 +26,8 @@ def build_document_texts(book): text_builders = [ ocr.add_page_to_master, - ocr.add_page_to_master_as_stanzas, - ocr.add_page_to_master_as_p, + #ocr.add_page_to_master_as_stanzas, + #ocr.add_page_to_master_as_p, ]