Tagged Questions
3
votes
1answer
1k views
python and pyPdf - how to extract text from the pages so that there are spaces between lines
currently, if I make a page object of a pdf page with pyPdf, and extractText(), what happens is that lines are concatenated together. For example, if line 1 of the page says "hello" and line 2 says ...