Plumb a PDF for detailed information about each text character, rectangle, and line. Plus: Table extraction and visual debugging.
Questions tagged [pdfplumber]
95 questions
0
votes
1 answer
ModuleNotFoundError: No module named 'pdfplumber'
I would like to import pdfplumber and tried
import pdfplumber
and caught error:
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call…

nilsinelabore
- 4,143
- 17
- 65
- 122
-1
votes
2 answers
PDF Parsing a sentence across multiple Lines
Goal: if pdf line contains sub-string, then copy entire sentence (across multiple lines).
I am able to print() the line the phrase appears in.
Now, once I find this line, I want to go back iterations, until I find a sentence terminator: . ! ?, from…

StressedBoi69420
- 1,376
- 1
- 12
- 40
-1
votes
1 answer
I cannot find a way to extract underlined text, cant it be done with pdfminer.six?
I am trying to extract a text in pdf which is underlined using python but not able to find a correct solution can anyone help on this, please
-1
votes
1 answer
Trying to extract text from PDF gives me this error: "TypeError: can only concatenate str (not "NoneType") to str"
I am currently trying to extract the text from this whole PDF. I have tried extracting the text from single pages of the PDF and it works properly but when I try to extract the whole PDF, it gives me this error:
Traceback (most recent call…

Aldin Yusmar
- 71
- 1
- 2
- 9
-1
votes
2 answers
Using Python Libraries in Django
![invoice][1]
![python script][2]
[1]:
[2]: https://i.stack.imgur.com/Y6Ebm.png
Hello! I would appreciate if someone could help me with a doubt I have about using Python libraries in Django. I will try to be as clear as possible so here it goes:
In…

quechua685
- 126
- 1
- 8