Imager is a Python script used for OCR of HDD spec-sheets and to extract MTBF and Warranty information.
Use the package manager pip to install all requirements
virtualenv venv #create a virtual environment
source venv/bin/activate #activate the virtual environment
pip install -r requirements.txt #install all requirements to run the script.
On Linux:
sudo apt update
sudo apt install tesseract-ocr
sudo apt install libtesseract-dev
python imager.py
Run pytest within the main directory to execute the project tests
pytest
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
You can reach out to the author at aitoehigie@gmail.com or @pystar on twitter
Add more tests for robustness.