0.0.3 • Published 2 years ago

cap-ocr v0.0.3

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

cap-ocr

This plugins enables text recognition from images and camera.

WARNING - this plugin is still in early development. Use with caution.

Version 1.0.0 is expected to be stable and fully usable.

Install

npm install cap-ocr
npx cap sync

API

detectText(...)

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

Returns: Promise<{ value: string; }>


detectData(...)

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

Returns: Promise<{ value: string; }>


0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago