Skip to content

Releases: sbritorodr/PDFtoTXT

PDFtoTXT 3.0

08 Feb 12:24
Compare
Choose a tag to compare

Changes

  • Added progress bar for each element using the ProgressBar
  • Removed all unnecesary print output from console
  • If one page is over 5,000 characters, ignore it and keeps translating other pages.

PDFtoTXT 2.5

04 Feb 22:26
4f28061
Compare
Choose a tag to compare
Update README.MD (#9)

* Update README.md

* Update README.md

* Rename main.py to PDFtoTXT.py

* Update README.md

PDFtoTXT 2.0

04 Feb 17:24
d6819a0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0...2.0

PDFtoTXT + translate to spanish

03 Feb 22:49
0b58958
Compare
Choose a tag to compare

It is necessary to install tesseract ocr and also install the propper trained data in order to work

This script tranforms a pdf file to txt. It supports multiple pages and also scanned pages.
If the user request it, the script translates the file to spanish too.

The script works on python 3.10

Before translation module

02 Feb 20:00
535987b
Compare
Choose a tag to compare

This is if the translate function doesn't work or something like that