Deliverable 3: Extract the text in images using pytesseract, openCV and machine learningIMPLEMENTATION DETAILS Implemented using openCV and python.DATASET Gathered the dataset by taking snapshots from google.STEPS USED 1. Read the image and store the pixel values in an array.2. Remove the noise from image 3. Convert to black and white 4. Recognize the text using machine learning model, pytesseract RUNNING THE CODE python google-tes-text-ocr.pyGITHUB : CODE LINK |