rm extra
This commit is contained in:
7
main.py
7
main.py
@@ -23,13 +23,6 @@ def de_column_ify():
|
||||
for got_i in got[1]:
|
||||
if got_i.chars:
|
||||
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):
|
||||
result = cluster.Chars(page.chars, page).divide_into_columns()
|
||||
|
||||
Reference in New Issue
Block a user