hui-code
from PIL import Image
import pytesseract


image = Image.open(\'test.png\')
content = pytesseract.image_to_string(image, lang=\'chi_sim\')
print(content)

分类:

技术点:

相关文章: