fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
969419f
)
Only commit raw text after OCR for now.
master
author
Radek Czajka
<rczajka@rczajka.pl>
Fri, 22 Aug 2025 14:06:59 +0000
(16:06 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Fri, 22 Aug 2025 14:06:59 +0000
(16:06 +0200)
src/sources/document.py
patch
|
blob
|
history
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,
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,
]
]