标签: python python-tesseract
因此,我尝试使用pytesseract阅读以下内容:
pytesseract
c = Image.open(my_image) pot = (pytesseract.image_to_string(c)).split(' ')
我尝试转换为L,LA,但输出乱码。
L
LA
我对获取数字感兴趣,也可以有一个十进制数字。
TIA