- Linux (ubuntu?)
- Python3
- Textract (pip install textract)
- Language_check (pip install language-check)
- (optional) open the script with any text editor
- add or remove rules to check
- add or remove ignored words
- download check.py
- put the script and the pdf in the same folder
- open folder in terminal
- type "python3 check.py filename.pdf"
- errors will be reported in log.txt
~Kero2375