/tesseract.plugin

Node plugin for tesseract

Primary LanguageC++Apache License 2.0Apache-2.0

tesseract.plugin

Plugin for Node.js to recognize stream-time by using tesseract.
Node module node-plugin is required.

Build

appveyor travis

These environment vars must be set in travis/appveyor.

  • CONAN_USERNAME
  • CONAN_LOGIN_USERNAME
  • CONAN_PASSWORD

tesseract.plugin requires the pre-built package tesseract.conan, it will use the pre-built package in your own bintray defaultly.

If you want to use the other pre-built package, set DEPENDENT_BINTRAY_REPO in travis/appveyor. DEPENDENT_BINTRAY_REPO is the bintray username, if not set, it's same as CONAN_USERNAME.