python-snippets/ocr
Dan Howe 86623007bd Update readme
..
jpg Add ocr
README.md Update readme
image-dates.csv Add ocr
swift_ocr.py Add ocr

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