You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from PIL import Image
from pytesseract import pytesseract
if __name__ == '__main__':
# print(pytesseract.get_tesseract_version())
# print(pytesseract.image_to_data(Image.open('ocr-ready.jpg')))
About
Exploring various analytical Computer Vision methods. Solving ALPR for difficult road conditions. Use case: law enforcement vehicles constantly scanning for stolen cars or cars connected to wanted felons.