You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Howe 86623007bd Update readme 5 years ago
..
jpg Add ocr 5 years ago
README.md Update readme 5 years ago
image-dates.csv Add ocr 5 years ago
swift_ocr.py Add ocr 5 years ago

README.md

ocr

Use pytesseract (python wrapper for Google's tesseract OCR engine) to extract timestamps from images captured with Swift camera, which do not contain exif metadata.

installation

tesseract must be installed, and in your path.
https://github.com/tesseract-ocr/tesseract/wiki

pip install pytesseract