【问题记录】06 python使用pytesseract报错:pytesseract.pytesseract.TesseractNotFoundError: tesseract is not inst
文章目录1、问题出现2、原因分析3、解决方法1、问题出现环境:Mac、Python3.9.6。Python:importpytesseractfromPILimportImage#用于读取图片image=Image.open("123.png")result=pytesseract.image_to_string(image)print(result1)使用pytesseract.image_to