Retrieve Text from Image

0
Hi Experts, My requirement is I need to pass one image as an input and I need to retrieve the text which is presented in that particular Image. Is there any solution to achieve this? Thanks In Advance.
asked
2 answers
2

This module might help you: https://appstore.home.mendix.com/link/app/109419/

answered
0

Yes, It can be done by integrating with Google Vision or Amazon Rekognition

As mentioned by Rene van Hofwegen there are ready modules you can use

Google Vision: https://appstore.home.mendix.com/link/app/101877/

Amazon Rekognition: https://appstore.home.mendix.com/link/app/109419/

 

however, I would recommend that you read the documentation of Google Vision/Amazon Rekognition and decided what is the best suitable way/features to use.

answered