test/README.md

19 lines
355 B
Markdown
Raw Normal View History

2023-08-07 12:10:10 +00:00
How to use
----------
* Install Python 3.6 or newer.
* Install pdfminer.six.
`pip install pdfminer.six`
* (Optionally) install extra dependencies for extracting images.
`pip install 'pdfminer.six[image]'`
2023-08-08 05:57:06 +00:00
* Install poppler
2023-08-07 12:10:10 +00:00
2023-08-08 05:57:06 +00:00
`sudo apt-get update
sudo apt-get install poppler-utils`
2023-08-07 12:10:10 +00:00
2023-08-08 05:57:06 +00:00
* Install pytesseract
`sudo apt-get install tesseract-ocr`