no debug img

master
bel 2023-02-21 13:04:00 -07:00
parent 10b280c606
commit 138f1f51d9
1 changed files with 2 additions and 2 deletions

View File

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