capacitor-mlkit
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

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; }>
Param Type
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; }>
Param Type
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; }>
Param Type
options { lang: string; bounding: string | null; }

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


Readme

Keywords

Package Sidebar

Install

npm i capacitor-mlkit

Weekly Downloads

1

Version

0.0.14

License

MIT

Unpacked Size

26.5 kB

Total Files

24

Last publish

Collaborators

  • giaphat71