简体   繁体   English

Python手写识别软件?

[英]Python handwriting recognition software?

Is there a Python handwriting recognition library? 有Python手写识别库吗? What are the inputs to hand writing recognition packages, .jpg images? 手写识别包,.jpg图像的输入是什么? .pdf images? .pdf图片?

Zinnia is a C/C++ library with SWIG generated wrappers for Perl/Python/Ruby. Zinnia是一个C / C ++库,带有SWIG为Perl / Python / Ruby生成的包装器。 It has a BSD license and converts user pen strokes provided as coordinates into character best matches. 它具有BSD许可证,可以将作为坐标提供的用户笔触转换为字符最佳匹配。 It also has a training module. 它还具有培训模块。

It looks like it performs single character recognition, so you might need to build something on top of it to improve the results. 看起来它执行单个字符识别,因此您可能需要在其上构建一些内容以改善结果。

PenCommander from PhatWare is a commercial, non-Python, Windows-only SDK. PhatWarePenCommander是一种非Windows的非Python商业SDK。 If you can live with all of those limitations, PhatWare products are the best handwriting recognition products that I've found so far, although I haven't been looking that hard since the Microsoft's digital ink for the Tablet PC came out. 如果您可以不受所有这些限制的影响,PhatWare产品将是迄今为止我发现的最好的手写识别产品,尽管自从Microsoft推出用于Tablet PC的数字墨水以来,我一直没有这么努力。 I'm still saving for the Tablet PC though :-( 我仍然为平板电脑省钱:-(

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM