1.0.2 • Published 5 months ago

tesseract-sharder v1.0.2

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

tesseract-sharder

Sharding module for Tesseract.js

Create one:

const TesseractSharder = require("tesseract-sharder");
const shard = new TesseractSharder()

Methods

(async () => {
const image = await shard.recognize("image.png");
})
(async () => {
const images = await shard.recognizeDir("./images/");
})
1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago