Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

easy ocr python pypi

import easyocr
reader = easyocr.Reader(['ch_sim','en']) # this needs to run only once to load the model into memory
result = reader.readtext('chinese.jpg')
Source by pypi.org #
 
PREVIOUS NEXT
Tagged: #easy #ocr #python #pypi
ADD COMMENT
Topic
Name
8+1 =