Skip to content

Image to Text as a service written in C++ and Javascript (NodeJs Binding with NodeAddonApi) Running on top of Tesseract and OpenCV

Notifications You must be signed in to change notification settings

lowlevelid/imagetotext

Repository files navigation

Image to Text as a service written in C++ and Javascript (NodeJs Binding with NodeAddonApi) Running on top of Tesseract and OpenCV

runs and compiles fine using Ubuntu 20 and gcc 10

imagetotext CI

Requirements

Current C/C++ Graphics and other dependencies

Building

Install cmake-js

$ npm install --location=global cmake-js

Install Nodejs dependencies

$ npm install

Build and Install Dependencies

$ make build-vendor

Build Project

$ make build

Running

$ npm start

Build & run via Docker (TODO)

Build docker image

$ docker build --rm -t itt:latest .

Run service

$ docker run --rm -it -p 9010:9010 itt:latest

About

Image to Text as a service written in C++ and Javascript (NodeJs Binding with NodeAddonApi) Running on top of Tesseract and OpenCV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published