react-native-text-detector icon indicating copy to clipboard operation
react-native-text-detector copied to clipboard

Text Detector from image for react native using firebase MLKit on android and Tesseract on iOS

Results 25 react-native-text-detector issues
Sort by recently updated
recently updated
newest added

Hi there, I followed the instructions from the README. I am using the following setup. ``` Using Pods (Recommended) Add following in ios/Podfile pod 'RNTextDetector', path: '../node_modules/react-native-text-detector/ios' Run following from...

"react": "16.9.0", "react-native": "0.61.5", "react-native-text-detector": "0.0.6", Android: Galaxy J5 Prime , 7.0 version

I get the following error when I build the app: ``` ` ....1\android\app\src\debug\AndroidManifest.xml:22:18-91 Error: Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 is also present at [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86 value=(androidx.core.app.CoreComponentFactory). Suggestion: add 'tools:replace="android:appComponentFactory"'...

https://github.com/rmtheis/tess-two its need to update native Android dependencies according to https://github.com/alexcohn/tess-two https://github.com/zsajjad/react-native-text-detector/blob/tesseract/android/build.gradle#L35

My build fails here: Building and installing the app on the device (cd android && ./gradlew installDebug)... > Configure project :app Could not find google-services.json while looking in [src/nullnull/debug, src...

I know that this is a stupid question but I just can't seem to find the API reference lol. Could someone please assist? Thanks

Compilation of RNtextDetector.m fails on the error: .../node_modules/react-native-text-detector/ios/RNTextDetector.m:8:9: 'TesseractOCR/TesseractOCR.h' file not found This occurs for both the Pods Approach and the Direct Linking/manual approach. In addition, adding the TesseractOCRiOS pod...

My app can be builded. But when I activate the detectFromUri function, it shows it is undefined. And also, I see the console, RNTextDetector is undefined after import this module....

## Your Environment * react-native-text-detector : 0.6.0 * Platform: Android * React Native version : 0.57.7 ## Expected Behavior App should build successfully ## Actual Behavior App build fails ##...