rm extra
parent
4a5bf4c4e1
commit
1c5998d0a1
7
main.py
7
main.py
|
|
@ -23,13 +23,6 @@ def de_column_ify():
|
||||||
for got_i in got[1]:
|
for got_i in got[1]:
|
||||||
if got_i.chars:
|
if got_i.chars:
|
||||||
debug.debug_show(debug.debug_im(got_i.page))
|
debug.debug_show(debug.debug_im(got_i.page))
|
||||||
#debug.draw_boxes(got_i.page, [{
|
|
||||||
# "x0": got_i.chars[0]["x0"],
|
|
||||||
# "x1": got_i.chars[0]["x1"],
|
|
||||||
# "y0": got_i.chars[0]["y0"],
|
|
||||||
# "y1": got_i.chars[0]["y1"],
|
|
||||||
# "debug_label": got_i.n,
|
|
||||||
#}])
|
|
||||||
|
|
||||||
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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue