1.0.0 • Published 2 years ago

@martip/node-red-ocr v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@martip/node-red-ocr

A Node-RED node that performs OCR on an image, using the Tesseract.js library.

Install

Either use the Node-RED Menu - Manage Palette - Install, or run the following command in your Node-RED user directory - typically ~/.node-red

npm install @martip/node-red-ocr

Usage

You pass the image as a buffer in the msg.payload.

Currently, the following languages are supported:

  • English
  • French
  • German
  • Italian
  • Portuguese
  • Spanish