Having trouble with a daily PDF report #604
cbg-dev
started this conversation in
Ask for help with specific PDFs
Replies: 2 comments
-
You might look at the table extraction example. https://github.com/jsvine/pdfplumber/blob/stable/examples/notebooks/extract-table-nics.ipynb |
Beta Was this translation helpful? Give feedback.
0 replies
-
In addition to @jsfenfen's suggestion, using ... that is: Crop the page to just the left half, and then run the text extraction on the cropped page instance. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to extract the names from this PDF file and hopefully get it in a format where I can just output the names into an excel spreadsheet like below in a single cell.
testpdf.pdf
i'm having trouble trying to figure out how to isolate for just the names and not the time/size on the right.
the image below is what i am aiming for
Beta Was this translation helpful? Give feedback.
All reactions