diff --git a/main.py b/main.py index 724467b..f9a0332 100644 --- a/main.py +++ b/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()