hunterjsb / wando-warden

To track traffic density at your favorite port
MIT License
2 stars 0 forks source link

Other OCR Options #1

Open hunterjsb opened 3 months ago

hunterjsb commented 3 months ago

Issue

Tesseract OCR is a bit heavy to install. Should provide other options to scrape the timestamp.

Notes

It currently excepts the TesseractNotFoundError and uses the current timestamp.

hunterjsb commented 3 months ago

can run via cli with --ocr none to always use the current timestamp instead of trying to use pytesseract. this is important for the micro ec2 instance since its a pain to install tesseract on it.