Page 1 of 1

OCR Scanner v1.1

Posted: 15 Nov 2016 17:10
by geekeedee
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
Screenshot_OCRscanner1.1.png
Screenshot_OCRscanner1.1.png (98.47 KiB) Viewed 12712 times

Re: OCR Scanner v1.1

Posted: 18 Nov 2016 15:31
by niftea
Very nice! A time-saver.
It's about time there is an OCR.

Re: OCR Scanner v1.1

Posted: 18 Nov 2016 20:38
by Ozmutz
This is pretty awesome. I added an action to open the text file at the end as well. Thanks for sharing.