c94cfa1f by 冯轩

MOD:page_no

1 parent 141a5662
...@@ -252,7 +252,8 @@ class Retriever: ...@@ -252,7 +252,8 @@ class Retriever:
252 self.position_str: list(coordinates), 252 self.position_str: list(coordinates),
253 } 253 }
254 254
255 page_key = 'page_12' if is_last_pno else 'page_{0}'.format(int(pno_str) + 1) 255 # page_key = 'page_12' if is_last_pno else 'page_{0}'.format(int(pno_str) + 1)
256 page_key = 'page_{0}'.format(int(pno_str) + 1)
256 pdf_result[page_key] = page_result 257 pdf_result[page_key] = page_result
257 258
258 return pdf_result 259 return pdf_result
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!