master
bel 2023-02-21 12:05:23 -07:00
parent 4a5bf4c4e1
commit 1c5998d0a1
1 changed files with 0 additions and 7 deletions

View File

@ -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()