ocr_python_textbook
ocr_python_textbook copied to clipboard
typos 04_03cpature_side_notes.ipynb
[1] image = cv2.imread('data/sample_mgh_2.jpg')
- actual image sample_mgh_2.JPG (caps extension)
- rename var to img?
[2] ocr_result = pytesseract.image_to_string(img)
- img not defined.