From 138f1f51d9d58afccbb26bea275738fdc6906e8f Mon Sep 17 00:00:00 2001 From: bel Date: Tue, 21 Feb 2023 13:04:00 -0700 Subject: [PATCH] no debug img --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 621173e..1de3801 100644 --- a/main.py +++ b/main.py @@ -27,8 +27,8 @@ def de_column_ify(): got = q.get() for got_i in got[1]: cropped_pages.append((got[0], got_i.path)) - if got_i.chars: - debug.debug_show(debug.debug_im(got_i.page)) + #if got_i.chars: + # debug.debug_show(debug.debug_im(got_i.page)) cropped_pages = sorted(cropped_pages) writer = pypdf.PdfWriter()