From 7636ce00389eb11d886260d3f3f42af4a668649b Mon Sep 17 00:00:00 2001 From: bel Date: Tue, 21 Feb 2023 12:15:35 -0700 Subject: [PATCH] dont think i will use but page to plaintext --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index 64ad4d5..4e241fc 100644 --- a/main.py +++ b/main.py @@ -22,8 +22,7 @@ def de_column_ify(): got = q.get() for got_i in got[1]: if got_i.chars: - True or debug.debug_show(debug.debug_im(got_i.page)) - textify(got_i.page) + debug.debug_show(debug.debug_im(got_i.page)) def de_columnify_page(q, page): result = cluster.Chars(page.chars, page).divide_into_columns()