dont think i will use but page to plaintext
This commit is contained in:
3
main.py
3
main.py
@@ -22,8 +22,7 @@ def de_column_ify():
|
|||||||
got = q.get()
|
got = q.get()
|
||||||
for got_i in got[1]:
|
for got_i in got[1]:
|
||||||
if got_i.chars:
|
if got_i.chars:
|
||||||
True or debug.debug_show(debug.debug_im(got_i.page))
|
debug.debug_show(debug.debug_im(got_i.page))
|
||||||
textify(got_i.page)
|
|
||||||
|
|
||||||
def de_columnify_page(q, page):
|
def de_columnify_page(q, page):
|
||||||
result = cluster.Chars(page.chars, page).divide_into_columns()
|
result = cluster.Chars(page.chars, page).divide_into_columns()
|
||||||
|
|||||||
Reference in New Issue
Block a user