hf-similarity-check / test_ocr.py
Mitul Mohammad Abdullah Al Mukit
update
9312707
raw
history blame contribute delete
No virus
123 Bytes
import easyocr
reader = easyocr.Reader(['en'])
result = reader.readtext('hangseng_page-0001.jpg', detail = 0)
print(result)