no debug img
This commit is contained in:
4
main.py
4
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()
|
||||
|
||||
Reference in New Issue
Block a user