Skip to content
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

fail when detect abnormal border table #492

Open
GloryVu opened this issue Mar 25, 2024 · 1 comment
Open

fail when detect abnormal border table #492

GloryVu opened this issue Mar 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@GloryVu
Copy link

GloryVu commented Mar 25, 2024

Screenshot from 2024-03-25 17-41-44

python code:
tables = camelot.read_pdf(temp_pdf.name, pages='1-end', line_scale=60)

result:
duplicate table extracted, incorrect table (each border will be a columns/rows)

for table in tables:
print('table:\n',table.page,table._bbox,table.df)

console:
table:
1 (72.0, 105.6, 540.48, 124.56) 0 1 2 3 4
0
1 Lãi suất cho vay tối thiểu Thời gian vay tối thiểu
table:
1 (72.24, 103.92, 540.48, 123.6) 0 1 2 3
0 Lãi suất cho vay tối thiểu Thời gian vay tối thiểu
table:
2 (72.0, 558.72, 539.52, 720.0) 0 1 2 3
0 6%/năm trong 06 tháng đầu tiên kể từ thời điểm... 36 tháng
1
2 6%/năm trong 12 tháng đầu tiên kể từ thời điểm... 36 tháng
3
4 6%/năm trong 18 tháng đầu tiên kể từ thời điểm... 60 tháng
5
6 6%/năm trong 24 tháng đầu tiên kể từ thời điểm... 60 tháng
7
8 7%/năm trong 36 tháng đầu tiên kể từ thời điểm... 60 tháng
table:
2 (72.24, 557.04, 540.48, 719.28) 0 1 2 3
0 6%/năm trong 06 tháng đầu tiên kể từ thời điểm... 36 tháng
1
2 6%/năm trong 12 tháng đầu tiên kể từ thời điểm... 36 tháng
3
4 6%/năm trong 18 tháng đầu tiên kể từ thời điểm... 60 tháng
5
6 6%/năm trong 24 tháng đầu tiên kể từ thời điểm... 60 tháng
7
8 7%/năm trong 36 tháng đầu tiên kể từ thời điểm... 60 tháng

@GloryVu GloryVu added the bug Something isn't working label Mar 25, 2024
@bosd
Copy link

bosd commented Apr 3, 2024

Hey!

As #343 this repo is no longer maintained, we try to build a maintained fork at pypdf_table_extraction.

Do you want to check out the cod ethere to see if the issue still persists. If so please open an issue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants