WebLinuxStudy

导航

 

2021年4月30日

摘要: 提示:识别效果不是特别好 from PIL import Imageimport pytesseractimport easyguiimport os # 选择文件对话框path = easygui.fileopenbox() print(path) # 识别文字text = pytesseract 阅读全文
posted @ 2021-04-30 13:01 WebLinuxStudy 阅读(358) 评论(0) 推荐(0)
 
摘要: https://blog.csdn.net/qq_36789311/article/details/102585927 阅读全文
posted @ 2021-04-30 11:48 WebLinuxStudy 阅读(121) 评论(0) 推荐(0)
 
摘要: import easygui # 选择文件对话框 fileName = easygui.fileopenbox()print(fileName) 阅读全文
posted @ 2021-04-30 11:32 WebLinuxStudy 阅读(1186) 评论(0) 推荐(0)