Missing whitespaces between words #3342
Unanswered
lwollenbergfuzzy
asked this question in
Q&A
Replies: 1 comment
-
Did you try to set Nevertheless, text extraction is an evergreen, as documented as well: https://pypdf.readthedocs.io/en/stable/user/extract-text.html#whitespaces |
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
Uh oh!
There was an error while loading. Please reload this page.
-
While reading a PDF, we encountered a problem where white spaces between words were missing.
The enviorment is the following:
pypdf==5.7.0,
crypt_provider=('cryptography', '45.0.4'),
PIL=11.2.1
To reproduce the problem use the following code:
which results in the following output:
The line in question looks like this in the PDF:
The PDF is here
Beta Was this translation helpful? Give feedback.
All reactions