react-native-mlkit-ocr icon indicating copy to clipboard operation
react-native-mlkit-ocr copied to clipboard

Google on-device MLKit Text Recognition for React Native

Results 17 react-native-mlkit-ocr issues
Sort by recently updated
recently updated
newest added

The module works fine on Android device. But when I try to use it on iOS it does not seem to work properly with the same pictures. detectFromUri returns only...

Add library and Example app support for RN new architecture.

I'm working on an app to teach children how to write letters. I use a sketching library and save it as png and give that png to this library. It...

Tried to detect text by passing Uri, its taking time around 5-7 seconds and showing this message in chrome browser console **let resultFromUri = await MlkitOcr.detectFromUri(uri);** package.json: "@react-native-firebase/app": "^15.0.0", "@react-native-firebase/ml":...

HI there, We try to use running expo sdk 45 and rn 0.69 import MlkitOcr, { MlkitOcrResult } from 'react-native-mlkit-ocr'; const sample_image = "data:image/jpeg;base64,/9j/4QF ............." const text = await MlkitOcr.detectFromUri(sample_image);...

Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=yarn&package_name=react-native&from_version=0.62.2&to_version=0.69.0&pr_id=67527bc4-e268-4ba5-8eec-93e8db46e330&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade react from 16.11.0 to 16.14.0. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade react-native-image-picker from 3.0.0-vnext.4 to 3.8.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=yarn&package_name=react-native-image-picker&from_version=3.0.0-vnext.4&to_version=3.8.1&pr_id=bc109b01-1a8c-4bc7-b533-5bc6ac4733ee&visibility=true&has_feature_flag=false) :information_source: Keep your...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade react-native from 0.62.2 to 0.68.1. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=yarn&package_name=react-native&from_version=0.62.2&to_version=0.68.1&pr_id=9fe55916-c3aa-40f3-be18-4faa291ad2c9&visibility=true&has_feature_flag=false) :information_source: Keep your...

Hi, We can pick up the image from local. However, a promise rejection warning has popped up with an empty screen. Code: /* eslint-disable react-native/no-inline-styles */ import React, { useState,...