Cato Yeung

Results 1 issues of Cato Yeung

Hi, I used the below code to OCR. ` import easyocr reader = easyocr.Reader(['th','en']) result = reader.readtext('Thai1.png') print(result) ` Below is the returned result ` [([[199, 99], [393, 99], [393,...