Get text with spaces for seperation when pdf-parsing? #1337
Unanswered
Rapid1898-code
asked this question in
Q&A
Replies: 0 comments
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.
-
I try to parse the attached pdf using the following code
Generally it works fine but i would like to have the space characters between the values
So eg. i get this splitted output for example:
['27.14-6-2', '210', '1', 'Family', 'Res', 'COUNTY', 'TAXABLE', 'VALUE', '399,000']but i would like to have also the spaces which are splitting the text in the pdf something like instead:
['27.14-6-2', '', '', '', '', '', '', '', '210', '1', 'Family', 'Res', '', '', '', '', '', '', '', 'COUNTY', '', '', 'TAXABLE', 'VALUE', '', '', '', '', '', '', '', '399,000']Is this somehow possible?
(so i would like to have the "27.14-6-2" more seperated from the "210 1 Family Res" and "COUNTY TAXABLE VALUE" and "399,000")
inp.pdf
Beta Was this translation helpful? Give feedback.
All reactions