This extension is based on the ML Kit Text Recognition API is can recognize text in any Latin-based character set. It can also be used to automate data-entry tasks such as processing credit cards, receipts, and business cards.
Blocks & Documentation :
1. DetectText
This method will help you to get text from your image. image Path is file path of your image. It will return your text in String . This method works offline too.
2. IsOperational
So, This extension will require some milliseconds of time to download the required model on the first installation of application. So, you should check if model is downloaded or not from this method. This extension is sponsered by @tappstoall on patreon.
3. Release
To release text recognition.
4. Set Focus
To set the focus of text recognition. It accepts integer. Poor image focus can hurt text recognition accuracy, so this method can help you to increase focus. However, I didn’t found any documentation from android regarding this method.
Sample Video :
Price :
This extension costs 10$. If you become my patreon for anytime, you will get this extension for free.
D.M me or reply this topic to buy this extension.
Thank you for reminding me . Now, I’ve added a video and also edited doc for focus.
Done
Yeah, It should work. But, I guess, it take some milliseconds of time to download model when app install for the first time. It can be detected from this method.