Open hunterjsb opened 3 months ago
Tesseract OCR is a bit heavy to install. Should provide other options to scrape the timestamp.
It currently excepts the TesseractNotFoundError and uses the current timestamp.
TesseractNotFoundError
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.
--ocr none
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.