fba9f4e8 by 周伟奇

fix bug

1 parent f755e0cc
......@@ -19,4 +19,4 @@ def pdf_info_rebuild(pdf_info, fix_bbox=True):
elif block['type'] == 1:
pdf_img_info.setdefault(pno_str, list()).append((block['bbox'], '有'))
return pdf_text_info, pdf_img_info
\ No newline at end of file
return pdf_text_info, pdf_img_info
\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!