Hello good people,
I am trying to impliment text recognition in my project .
When compiling , I get an error :
but when I check on the SDK , it looks clearly that it is installed.
How to solve this?
help please?
I am trying to impliment text recognition in my project .
Firebase ML-Vision (OnDevice Text-, Barcode-, Face-, Contour-Recognition and Imagelabeling)
This is a wrap for the Firebase ML-Vision live detection of - Text - Barcodes - Faces - Facontour - and Imagelabeling. New in V0.8 - Support for Cloudregocnition FirebaseML Author: DonManfred Version: 0.8 CameraSourcePreview Functions: BringToFront DesignerCreateView (base As Panel, lw As...
www.b4x.com
When compiling , I get an error :
B4X:
B4A Version: 10.50
Parsing code. (0.02s)
Java Version: 11
Building folders structure. (0.04s)
Compiling code. (0.05s)
Compiling layouts code. (0.00s)
Organizing libraries. Error
Maven artifact not found: com.google.android.gms/play-services-vision-image-label
but when I check on the SDK , it looks clearly that it is installed.
Manifest:
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: https://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="29"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
CreateResourceFromFile(Macro, Themes.LightTheme)
'End of default text.
SetActivityAttribute(main, android:windowSoftInputMode, adjustResize|stateHidden)
CreateResourceFromFile(Macro, Core.NetworkClearText)
CreateResourceFromFile(Macro, FirebaseAnalytics.GooglePlayBase)
CreateResourceFromFile(Macro, FirebaseAnalytics.Firebase)
CreateResourceFromFile(Macro, FirebaseAnalytics.FirebaseAnalytics)
CreateResourceFromFile(Macro, FirebaseAuth.FirebaseAuth)
How to solve this?
help please?
Last edited: