mlkit
mlkit copied to clipboard
As of May 1, 2024 Apple requires all libaries to include privacy manifests. With MLKIT Release as of Feb 20, 2024 they seem to be included in MLKit V5 https://developers.google.com/ml-kit/release-notes...
### Issue Receiving an error starting my Angular 17 application using NativeScript MLKit on MLKit-Core Full error message: `An unhandled exception occurred: Failed to resolve entry for package "@nativescript/mlkit-core". The...
https://developers.google.com/ml-kit/language/entity-extraction
Hi guys, would you consider implementing ML Kit Translate and Language Detection modules? As it can be really useful for some app developers.
The following patch from @Muko fixes the issue ``` # generated by patch-package 6.4.14 # # declared package: # @nativescript/mlkit-core: ^1.0.8 # diff --git a/node_modules/@nativescript/mlkit-core/platforms/ios/src/TNSML.swift b/node_modules/@nativescript/mlkit-core/platforms/ios/src/TNSML.swift index b8d7feb..746d2c3 100644 ---...
Hi, Since MLKit versions 1.06 (still in v2.0.): Due a requirement in my app where two consecutive screens with an active QR scanner are present (you scan a QR on...
Currently looking into the updated version 1.0.7 of MLKit in my Angular application. 1.0.6 is working fine. Seems like something is broken when loading the component. Even before getting in...
I had a few difficulties to make this plugin work (with angular). The last one was that I didn't think about explicitly asking camera permission to the user. I guess...
Hi, i sometimes (not always) get an IllegalArgumentExcpetion while asking for cameraPermissions in my app. My code is as follows: ```typescript this.camera.requestCameraPermission() .then(() => { this.camera.pause = false; }) .catch((e)...
The camera will start if I manually create a MLKitView but no callback received ## Steps to recreate ``` mounted() { LocalNotifications.requestPermission().then(() => { this.sendNotification('Starting scan', 'Scan your cards') this.initMLKit()...