Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rodgomesc/vision-camera-ocr

VisionCamera Frame Processor Plugin that uses MLKit Text Recognition API to recognize text in any Latin-based character set
https://github.com/rodgomesc/vision-camera-ocr

Last synced: 26 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# vision-camera-ocr

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

## Installation

```sh
npm install vision-camera-ocr
```

## Usage

```js
import VisionCameraOcr from "vision-camera-ocr";

// ...

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

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT