|
- pdfminer vs pdfplumber - Python Forum
Hi, I have been testing pdfplumber and pdfminer and at this stage I am not sure which one I prefer Pdfminer does a better a job at extracting text from an unstructured pdf but it doesn't seem to be easy to use It looks like it takes a lot more code
- PDFplumber - Python Forum
Hi, I wrote a script to extract text from a pdf file using pdfplumber and pdfminer as I wanted to try both For months the script ran fine but suddenly it started giving me the error below
- Extracting Data into Columns using pdfplumber - Python Forum
I have a pdf which has data in tabular format and has 6 columns but the columns are not separated by boundaries so when I extract the data using pdfplumber, all the data comes in one cell only and I want in separate cells How could I do that? For
- Search text in PDF and output its page number. - Python Forum
Can pdfplumber search part of a word then print results with the whole word? example: search word: Page ( Output: search word: Page (1) found on page 1 search word: Page (2) found on page 2 search wor
- PDFplumber - Python Forum
Hello everyone, A beginner question: I have managed to open an unstructured pdf with pdfplumber, but I have only been able to print one page at at a time I would like to print more than one page at a time or all pages if possible and inspect them i
- extract table from multiple pages - Python Forum
Hi Expert, I am trying to get table extract from multiple pdf pages but i am getting only 2 pages and page header currently (Source PDF (test pdf),output csv file, codetext txt are added as attachment E
- How to remove footer from PDF when extracting to text
Hi, I'm trying to take a footer out of a 550 page pdf and then extract everything left to a txt file The extraction is working but the footer is still there I'm not understanding why this isn't working Footer: Quote:JOHN DOE | List Collection
- Search text in PDF and output its page number. - Python Forum
Quote: The last commit was from 2018, there are 87 open PRs and 263 open issues It seems as if the project is dead I could probably fix your code,but as you see there can be issues (that can give problems),as project seems dead [ quote] I understand I think pdfplumber is the next thing to use Hopefully this one will stay longer Thanks!
|
|
|