fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Only commit raw text after OCR for now.
[redakcja.git]
/
src
/
sources
/
document.py
diff --git
a/src/sources/document.py
b/src/sources/document.py
index
7c31110
..
c8abd1c
100644
(file)
--- 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,
]