只想用OCR用来识别数字类型,在不重新训练模型的情况下有什么好的办法么? #14953
Replies: 1 comment
-
在不重新训练模型的前提下,如果你只想用 PaddleOCR 来识别数字(如 0-9 和小数点),可以通过以下方式优化识别效率和结果,而避免直接修改字典(如 en_dict.txt)导致的错误:
总结:
希望这些建议对你有帮助!如需选模型配置文件或具体路径,也可以继续提出。 Response generated by 🤖 feifei-bot | chatgpt-4o-latest |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
发现最新版的ORC对数字包括小数点的识别很精确,但识别时间稍微有点久,在已经对图片出来后的情况下还是不能满足,于是想微调一下模型,在对\paddleocr\ppocr\utils\en_dict.txt该英文字典进行删除多余字符后发现程序list index out of range报错。在不重新训练模型的情况下有什么更好的办法么?
Beta Was this translation helpful? Give feedback.
All reactions