OCR 动作脚本

发布于 2024-10-22 06:21:25 字数 88 浏览 8 评论 0原文

大家好,我想在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

情场扛把子 2024-10-29 06:21:25

我发现了这个: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!

流年里的时光 2024-10-29 06:21:25

您可以使用 Alchemy 并找到一个 C/C++ 库,然后将其包装为 AS3。

You could use Alchemy and find a C/C++ library which you would then wrapp for AS3.

暖心男生 2024-10-29 06:21:25

我找到了这个,但我从未尝试过:http://code.google.com/p/as3ocr /

I found this one, but I never tried it: http://code.google.com/p/as3ocr/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文