0.0.14 • Published 2 years ago

capacitor-mlkit v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

capacitor-mlkit

Allow using Google MLKit in capacitor app

Install

npm install capacitor-mlkit
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


mlKitOcr(...)

mlKitOcr(options: { lang: string; data: string; bounding: string | null; }) => Promise<{ status: string; data: any | null; message: string | null; }>
ParamType
options{ lang: string; data: string; bounding: string | null; }

Returns: Promise<{ status: string; data: any; message: string | null; }>


mlKitOcrScreen(...)

mlKitOcrScreen(options: { lang: string; bounding: string | null; }) => Promise<{ status: string; data: any | null; message: string | null; }>
ParamType
options{ lang: string; bounding: string | null; }

Returns: Promise<{ status: string; data: any; message: string | null; }>


0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago