/bulk-ocr-reader

CLI to read images of a folder or a single image

Primary LanguageJavaScript

Bulk OCR Reader

A command line app to read images of a folder or a single image and output it to a single output file.

Dependencies

I use Tesseract.js for OCR service.

Usage

To use the app you need to create a "config.json" file with the following content:

{
    "input": "path/to/folder/or/image/to/input",
    "output": "path/to/file/to/save/results",
    "lang": "<LANGUAGE>"
}