Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 476 Bytes

PDF grammar spell-checker [ita]

requirements:

  • Linux (ubuntu?)
  • Python3
  • Textract (pip install textract)
  • Language_check (pip install language-check)

usage:

  1. (optional) open the script with any text editor
    • add or remove rules to check
    • add or remove ignored words
  2. download check.py
  3. put the script and the pdf in the same folder
  4. open folder in terminal
  5. type "python3 check.py filename.pdf"
  6. errors will be reported in log.txt

~Kero2375