dont think i will use but page to plaintext

master
bel 2023-02-21 12:15:35 -07:00
parent 54372c88f3
commit 7636ce0038
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ def de_column_ify():
got = q.get()
for got_i in got[1]:
if got_i.chars:
True or debug.debug_show(debug.debug_im(got_i.page))
textify(got_i.page)
debug.debug_show(debug.debug_im(got_i.page))
def de_columnify_page(q, page):
result = cluster.Chars(page.chars, page).divide_into_columns()