python-text-recognition
python-text-recognition copied to clipboard
PyQt5做界面,使用百度文字识别API接口来实现识别图片中的文字,可以采用截图和浏览图片文件方式进行
Results
1
python-text-recognition issues
Sort by
recently updated
recently updated
newest added
选择图片后,点击转换成文字 出现报错 Traceback (most recent call last): File "...... python-text-recognition-master/src/baidu-api.py", line 967, in convertButton_callback txt=res['words_result'] KeyError: 'words_result' 程序退出 Process finished with exit code -1073740791 (0xC0000409)