-
Notifications
You must be signed in to change notification settings - Fork 685
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tables in a page getting wrong order #336
Comments
Hi @gqh1995 Appreciate your interest in the library. Could you please provide the PDF and a reproducible Python code along with the expected and actual output? |
[['公路技术\n等级', '车道数', '用地指标基准值', '编制条件', None], [None, None, None, '路段交通量Q(peu/d)', '大型车比例u(%)'], ['高速公路', '八', '2.5000', '60000≤Q<80000', '20<μ≤30'], [None, '六', '2.1333', '45000≤Q<60000', '20<μ≤30'], [None, '四', '1.6667', '25000≤Q<40000', '20<μ≤30'], ['一级公路', '六', '1.3333', '30000≤Q<55000', '20<μ≤30'], [None, '四', '0.6667', '15000≤Q<30000', '20<μ≤30'], ['二级公路', '二', '0.3333', 'Q<15000', '20<μ≤30']]
[['公路技术\n等级', '车道数', '用地指标基准值', '编制条件', None], [None, None, None, '路段交通量Q(peu/d)', '大型车比例u(%)'], ['高速公路', '八', '2.5000', '60000≤Q<80000', '20<μ≤30'], [None, '六', '2.1333', '45000≤Q<60000', '20<μ≤30'], [None, '四', '1.6667', '25000≤Q<40000', '20<μ≤30'], ['一级公路', '六', '1.3333', '30000≤Q<55000', '20<μ≤30'], [None, '四', '0.6667', '15000≤Q<30000', '20<μ≤30'], ['二级公路', '二', '0.3333', 'Q<15000', '20<μ≤30']] |
Hello, @gqh1995. Could you provide the PDF file rather than a screenshot of the PDF? Because |
@samkit-jain thanks a lot,the problem is solved. |
Hello,
First thank you for this great library, it really help me to quick process pdf files.
When i use page.extract_tables to extract tables in a same page, i get tables in a wrong order.
Why this problem occurs?
Thanks a lot for answer me
The text was updated successfully, but these errors were encountered: