X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/969419f29661367e2f771c24463e31304d28c7b0..3467d174584fbaf60a23082c6af7abeae45174a1:/src/sources/document.py?ds=sidebyside 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, ]