fixed show parameter, for development only
This commit is contained in:
parent
81fe5139c2
commit
21d1f087c8
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user