New Version 1.1: Output text to file.
--------------------
This is an OCR scanner for Automagic. It uses the AutoTools plugin.
The OCR scanner takes a picture of an object, extracts the text, and outputs the text value in 4 ways:
1) to the CLIPBOARD to be used by any app.
2) in a GLOBAL variable to be used by any flow.
3) in a LOCAL variable to be passed back to the calling flow.
4) to a text FILE.
You can execute the OCR scanner from inside your flow (by using the "execute flows" action), and get its output in any of the 4 ways mentioned.
http://automagic4android.com/flow.php?i ... e6f5b07f6d
OCR Scanner v1.1
Moderator: Martin
Re: OCR Scanner v1.1
Very nice! A time-saver.
It's about time there is an OCR.
It's about time there is an OCR.
Re: OCR Scanner v1.1
This is pretty awesome. I added an action to open the text file at the end as well. Thanks for sharing.