Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get text from image python

img = cv2.imread('image.png')

text = pytesseract.image_to_string(img)
print(text)
 
PREVIOUS NEXT
Tagged: #text #image #python
ADD COMMENT
Topic
Name
4+9 =