1.0.4-alpha • Published 6 months ago

@mastashake08/ocrtts v1.0.4-alpha

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

ocrtts

NPM

NPM version

Installation

npm install @mastashake08/ocrtts

Usage

import { OcrTTS } from '@mastashake08/ocrtts'

const ocrtts = new OcrTTS()

ocrtts.readText(image) //image can come from stream or uploaded file , etc

Support

License

MIT

API Reference

Classes

Functions

OcrTTS

Kind: global class

readText(image) ⇒ VoidFunction

Kind: global function

ParamTypeDescription
imageBlob | ImageData | HTMLElementImageSource to perform OCR on.