React native - OCR of price tag - Stack Overflow

时间: 2025-01-06 admin 业界

I'm building a ReactNative app and I'm expecting my users to take several pictures of price tags like this one below :

For the purpose of the app, I would need to do OCR on these images to detect the price.

I'm thinking about using OCR as I think it could be faster and allow the user to scan multiple Price tags rapidly. From my search, there is no real React Native OCR package that just works.

So I'm thinking maybe I could use an AI API with vision capabilities (ex: GPT-4o-mini) but my issue is that it could take significantly more time and then hurt UX.

What would you recommend ?

Thank you

最新文章