fba9f4e8 by 周伟奇

fix bug

1 parent f755e0cc
...@@ -19,4 +19,4 @@ def pdf_info_rebuild(pdf_info, fix_bbox=True): ...@@ -19,4 +19,4 @@ def pdf_info_rebuild(pdf_info, fix_bbox=True):
19 elif block['type'] == 1: 19 elif block['type'] == 1:
20 pdf_img_info.setdefault(pno_str, list()).append((block['bbox'], '有')) 20 pdf_img_info.setdefault(pno_str, list()).append((block['bbox'], '有'))
21 21
22 return pdf_text_info, pdf_img_info
...\ No newline at end of file ...\ No newline at end of file
22 return pdf_text_info, pdf_img_info
...\ No newline at end of file ...\ 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!