OCR 动作脚本
大家好,我想在 Actionscript 3 中创建 OCR。起初我以为我会在 AS3 中创建一个神经网络。但是,这非常困难。任何有关如何进行的指南都会有所帮助。
Hi guys i want to create a OCR in Actionscript 3. At first i thought that i would create a neural network in AS3. But, it's very difficult. Any guidelines on how to proceed would be helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我发现了这个:http://code.google.com/p/zeez/
如果您转到 ZeezSample.fla,您需要将主舞台类更改为 ZeezSample。它被设置为一个不存在的文件,因此 .fla 毫无用处。通过这个调整,你可以看到算法在起作用。我正在尝试找到一种方法来减少这个问题,并简单地识别从网络摄像头提取的闪存位图/位图数据中的一些基本数字。
干杯!
I found this: http://code.google.com/p/zeez/
If you go to the ZeezSample.fla you need to change the main stage class to ZeezSample. It was set to a non-existent file thus the .fla was useless. With that tweak you can see the algo at work. I'm trying to find a way to trim this down and simply recognize a few basic numbers in a flash bitmap / bitmapdata pulled from a webcam.
Cheers!
您可以使用 Alchemy 并找到一个 C/C++ 库,然后将其包装为 AS3。
You could use Alchemy and find a C/C++ library which you would then wrapp for AS3.
我找到了这个,但我从未尝试过:http://code.google.com/p/as3ocr /
I found this one, but I never tried it: http://code.google.com/p/as3ocr/