no debug img
parent
10b280c606
commit
138f1f51d9
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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue