逐个获取page.chars方法无法得到有些table里的chars,格式一模一样的table有的就不能获取 #1150
zyc1128
started this conversation in
Ask for help with specific PDFs
Replies: 2 comments 11 replies
-
Hi @zyc1128, it sounds like you need help with a specific PDF. Can you share the PDF here, along with the code you're using, and a longer explanation of what difficulty you're having? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
A clear and concise description of what the bug is.
Have you tried repairing the PDF?
Please try running your code with
pdfplumber.open(..., repair=True)
before submitting a bug report.Code to reproduce the problem
Paste it here, or attach a Python file.
PDF file
Please attach any PDFs necessary to reproduce the problem.
If you need to redact text in a sensitive PDF, you can run it through JoshData/pdf-redactor.
Expected behavior
What did you expect the result should have been?
Actual behavior
What actually happened, instead?
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
Add any other context/notes about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions