3.0.0 • Published 11 months ago
@nativescript/mlkit-text-recognition v3.0.0
@nativescript/mlkit-text-recognition
A plugin used with @nativescript/mlkit-core to enable Text Recognition in your app and provide TextResult type for the text recognition event data.
Contents
Installation
npm install @nativescript/mlkit-text-recognitionUse @nativescript/mlkit-text-recognition
For an example, read Use @nativescript/mlkit-core and Text Recognition.
API
TextResult
The Text Recognition event data type.
interface TextResult {
text?: string
bounds: Bounds
lines: TextLine[]
points: Point[]
}Point
interface Point {
x: number;
y: number;
}Bounds
interface Bounds {
origin: Origin;
size: Size;
}Origin
interface Origin {
x: number;
y: number;
}Size
interface Size {
width: number;
height: number;
}TextLine
interface TextLine {
text?: string
bounds: Bounds
elements: TextElement[]
points?: Point[]
}TextElement
interface TextElement {
text?: string
bounds: Bounds
}License
Apache License Version 2.0
3.0.0-alpha.7
1 year ago
3.0.0
11 months ago
3.0.0-alpha.6
1 year ago
3.0.0-alpha.5
1 year ago
3.0.0-alpha.4
1 year ago
3.0.0-alpha.1
2 years ago
3.0.0-alpha.0
2 years ago
3.0.0-alpha.3
2 years ago
3.0.0-alpha.2
2 years ago
2.1.0
2 years ago
1.0.8
3 years ago
2.0.0-alpha.0
3 years ago
2.0.0-alpha.1
3 years ago
2.0.0
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.0-alpha.7
4 years ago
1.0.0-alpha.6
4 years ago
1.0.0-alpha.5
4 years ago
1.0.0-alpha.8
4 years ago
1.0.0-alpha.4
4 years ago
1.0.0-alpha.3
4 years ago
1.0.0-alpha.2
4 years ago
1.0.0-alpha.1
4 years ago
1.0.0-alpha.0
4 years ago