Share via

azure computer vision detect text

youssef125 271 Reputation points
2021-11-19T14:16:47.65+00:00

Hi,
I'm using azure computer vision to extract text from images and it works as expected, but now I'm facing a challenge where I have to retrieve just a specific text and not all text from the image, and the text that I would like to extract maybe be different from one image to another.(and maybe these images could have a common text)
is there a way at Azure computer vision could help me to do that please ?
Example : Ingredients of a product.
example : the ingredient because there are a lot photos with ingredients mixed with simple text how can i extract just the ingredients (the ingredients key work does not exist in some photos ):
151057-ingredients-fr9full.jpg

Thanks

Azure Vision in Foundry Tools
0 comments No comments

Answer accepted by question author

GiftA-MSFT 11,181 Reputation points Moderator
2021-11-19T23:40:47.46+00:00

Hi, I don't think computer vision is the appropriate service for this scenario (you may need to parse extracted text based on your use case). You may want to consider Azure Form Recognizer (Custom Model) which enables you to extract key-value pairs and table data specific to your use case.


--- *Kindly Accept Answer if the information helps. Thanks.*

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.