问题描述
是否有任何JAVA API或工具可以将手写扫描文档转换为txt文件?
Are there any JAVA APIs or tools that can convert Handwritten Scanned Doc to txt files?
我尝试过google tesseract和其他一些工具,但我没有得到手写扫描文档的结果令人满意。
I have tried google tesseract and few other tools , but I am not getting satisfactory results for hand written scanned docs.
推荐答案
这里的其他答案很明确指出OCR工具,而问题清楚地表明手写识别。
Strange that other answers here are pointing out to OCR tools while question clearly states handwriting recongition.
手写是比OCR更难的区域,可用的技术数量非常狭窄。我不认为你能找到任何开源工具,虽然很少有纪律的供应商:
Handwriting is even more difficult area than OCR and number of technologies available is very narrow. I don't think you will be able to find any open source tool for that, while there are few commertial vendors:
- http://www.a2ia.com
- http://www.parascript.com/
我不知道他们是否有Java API,但最好从联系他们开始研究。
I don't know if they have Java API, but it is better to start researching from contacting them.
这篇关于手写扫描的Doc到.txt文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!