Relative Content

Tag Archive for kotlingoogle-mlkittext-recognition

Recognizing a product’s name and price using ML kit Text Recognition API

I am working on a project that scans text on a product(ex. a lays packet) using the Google ML kit.
So, the Text Recognition API is already implemented in the ML kit, all I need to do is use methods to process the image, and display text.
But the purpose is to display just the name of the product, and the price of the product. So I have a code that runs well, and displays all the text, but I need to filter it.