OCR Actionscript

2019-06-04 05:41发布

问题:

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.

回答1:

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!



回答2:

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



回答3:

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