You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Make sure to check out [this demo app](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/tree/issue699-mlkit-support/demo-ng) because it has almost all ML Kit features this plugin currently supports! Steps:
3
+
Make sure to check out [this demo app](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/tree/master/demo-ng) because it has almost all ML Kit features this plugin currently supports! Steps:
@@ -52,7 +52,7 @@ To nbe able to use Cloud features you need to do two things:
52
52
- Select your project.
53
53
- In the bottom left, make sure you're on the _Blaze_ plan, or hit the 'Upgrade' button.
54
54
55
-
### Feature table
55
+
### Features
56
56
57
57
|Feature|On-device|Cloud
58
58
|---|---|---
@@ -66,7 +66,7 @@ To nbe able to use Cloud features you need to do two things:
66
66
*) _Currently detecting faces from still images doesn't work on iOS (from the camera stream works fine tho)._
67
67
68
68
### Text recognition
69
-
<imgsrc="https://raw.githubusercontent.com/EddyVerbruggen/nativescript-plugin-firebase/issue699-mlkit-support/docs/images/features/mlkit_text_recognition.png"height="153px"alt="ML Kit - Text recognition"/>
69
+
<imgsrc="https://raw.githubusercontent.com/EddyVerbruggen/nativescript-plugin-firebase/master/docs/images/features/mlkit_text_recognition.png"height="153px"alt="ML Kit - Text recognition"/>
@@ -108,7 +108,7 @@ Plugin-specific are the optional property `processEveryNthFrame` and optional ev
108
108
You can `processEveryNthFrame` set to a lower value than the default (5) to put less strain on the device.
109
109
Especially 'Face detection' seems a bit more CPU intensive, but for 'Text recognition' the default is fine.
110
110
111
-
> Look at [the demo app](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/tree/issue699-mlkit-support/demo-ng) to see how to wire up that `onTextRecognitionResult` function.
111
+
> Look at [the demo app](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/tree/master/demo-ng) to see how to wire up that `onTextRecognitionResult` function.
112
112
113
113
##### Angular / Vue
114
114
Register a custom element like so in the component/module:
@@ -151,7 +151,7 @@ Declare a namespace at the top of the embedding page, and use it anywhere on the
151
151
> Note that with NativeScript 4 the `Page` tag may actually be a `TabView`, but adding the namespace declaration to the TabView works just as well.
152
152
153
153
### Face detection
154
-
<imgsrc="https://raw.githubusercontent.com/EddyVerbruggen/nativescript-plugin-firebase/issue699-mlkit-support/docs/images/features/mlkit_face_detection.png"height="153px"alt="ML Kit - Face detection"/>
154
+
<imgsrc="https://raw.githubusercontent.com/EddyVerbruggen/nativescript-plugin-firebase/master/docs/images/features/mlkit_face_detection.png"height="153px"alt="ML Kit - Face detection"/>
0 commit comments