Note: I already have in-house solutions to visualize results from single sources, so in case there is no such software obtainable, I would not mind developing my own : ) Inquiries for cooperation would then also be most welcome!推荐答案在多个 OCR 引擎之间使用投票的想法并不新鲜.问题是它并没有真正起作用.如果它们本质上是正交的简单分类器,那么可能会起作用,然后您将结合他们的投票并改进结果.但它们都是非常复杂的软件,使用非常相似的一组众所周知的方法,差异很小,但可能以不同的方式组合它们,有些实现更好,有些则更差.The idea to use voting between several OCR engines is not new. The thing is that it is not really working. What probably would work if they would be simple classifiers ortogonal by thier nature, then you would combine their votes and improve results. But they all are very complicated software, using quite similar set of well-known approches with little variances, but probably combining them different way and some implementations are better and some are worse.经验表明,当您结合多种 OCR 技术时,最佳决策规则是依赖最准确的结果,而只考虑其他技术.根据我的经验(我为 ABBYY 工作),ABBYY OCR 绝对是您提到的最准确的.Experience shows that when you combine several OCR technologies, the best decision rule is to rely on results of most accurate one and just ingore others. From my experience (I work for ABBYY), ABBYY OCR is definetely the most accurate from ones you mentioned.据我所知,使用投票的唯一原因是当您想要交叉检查可疑"字符并在要求 100% 准确率时将它们发送到手动验证.使用这种方法可以增加要验证的字符数,但减少遗漏错误字符的可能性.As far as I know, the only reason to use voting is when you want cross-check "suspicious" characters and send them to manual verification if 100% accuracy is a requirement. Using this approach you increase number of characters to verify, but reduce possibility to miss wrong character. 这篇关于基于多个 OCR 软件包的输出改进 OCR 结果的软件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!