fixed show parameter, for development only

This commit is contained in:
Isaac Riley 2022-04-27 11:27:38 +02:00
parent 81fe5139c2
commit 21d1f087c8

View File

@ -189,6 +189,8 @@ def annotate_tables_in_pdf(pdf_path, page_index=0, deskew=False, show=False):
stats = parse_table(page)
page = draw_rectangles(page, stats, annotate=True)
vizlogger.debug(page, "tables15_final_output.png")
if show:
show_mpl(page)
def tables_in_image(cropped_image):