React native - OCR of price tag - Stack Overflow
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
最新文章
- 2015年形成的计算机发展趋势 Windows10依然强势
- 10月份微软Surface平板线上份额猛增 首次超iPad
- javascript - Why does the letter animation work outside a <button> but not inside it? - Stack Overflow
- grouping - Pandas value_counts with a little tolerance - Stack Overflow
- How to optimize query performance in a large fact table with billions of rows? - Stack Overflow
- excel - Sum with multiple criteria and first matches only (excluding duplicates) - Stack Overflow
- python - Trouble implementing Hamitonian with QutiP - Stack Overflow
- flutter - App Name Not Updating in Android Recent Apps View Despite Manifest and Strings Configuration - Stack Overflow
- Receiver incorrectly registered? Android, Kotlin - Stack Overflow
- rcpp - C++ AVX2 custom functions (e.g., "exp") not working on Windows (but work on Linux) - Stack Overflow
- reactjs - input forms not alligning right inside a React app - Stack Overflow
- Need to find a way to change a library (SO file) without reinstalling an application in Android 13 on rooted device. Permission
- datagrid - Mudblazor MudDatagrid SelectedItemChanged problem with ondblclick version 8.0.0-preview - Stack Overflow
- Deploying Angular App on Azure SWA with SCSS Issues - Stack Overflow
- React Native Build Error on Windows: "EMFILE: too many open files" During `assembleRelease` - Stack Overflow
- swift - Infinite Update Loop with .onGeometryChange and Padding - Stack Overflow
- Can't swap camera with AVCaptureMultiCamSession with SwiftAVKit for iOS - Stack Overflow