TiffinTech / python-pdf-audo

71 stars 44 forks source link

Fixed the text overwriting issue #4

Open SaiTeja-002 opened 1 year ago

SaiTeja-002 commented 1 year ago

The code actually works for PDFs that have a single page. But if a PDF has multiple pages, then the text is getting overwritten with the contents of the new page. So, to avoid that I appended the new page's content to the current text.