OCR Actionscript

2019-06-04 05:35发布

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.

3条回答
爷的心禁止访问
2楼-- · 2019-06-04 06:01

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

查看更多
地球回转人心会变
3楼-- · 2019-06-04 06:16

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!

查看更多
我想做一个坏孩纸
4楼-- · 2019-06-04 06:25

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

查看更多
登录 后发表回答