Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 491 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 491 Bytes

vision-camera-ocr

VisionCamera Frame Processor Plugin that uses MLKit Text Recognition API to recognize text in any Latin-based character set

Installation

npm install vision-camera-ocr

Usage

import VisionCameraOcr from "vision-camera-ocr";

// ...

const result = await VisionCameraOcr.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT