@nativescript/mlkit-text-recognition
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

@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-recognition

Use @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

Package Sidebar

Install

npm i @nativescript/mlkit-text-recognition

Weekly Downloads

87

Version

2.1.0

License

Apache-2.0

Unpacked Size

14.6 kB

Total Files

8

Last publish

Collaborators

  • nativescript-user
  • tns-bot
  • lini
  • tachev
  • rosen-vladimirov
  • stoskov
  • rosen_vladimirov
  • walkerrunpdx
  • bradmartin
  • davecoffin
  • rigor789
  • nativescript-bot
  • multishiv19
  • eddyverbruggen
  • edusperoni
  • facetious
  • tdermendjiev
  • sis0k0