Commit d6fbef60 authored by Buwaneka 's avatar Buwaneka

Upload New File

parent b358bc81
import cv2
import pytesseract
"""
img = cv2.imread(image)
img_gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)
"""
img = cv2.imread("test.jpg")
text = pytesseract.image_to_string(img)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment