VisionCamera Frame Processor Plugin that uses MLKit Text Recognition API to recognize text in any Latin-based character set
npm install vision-camera-ocr
import VisionCameraOcr from "vision-camera-ocr";
// ...
const result = await VisionCameraOcr.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT