Sign inSign up

npulidom/node-ocr

By npulidom

Updated about 1 year ago

NodeJs + OcrMyPdf + pdftotext Docker Image. Developed for custom OCR node APIs or workers.

Image
2

1.2K

npulidom/node-ocr repository overview

node-ocr

NodeJs + OcrMyPdf + pdftotext Docker Image, based on Ubuntu image. Developed for custom OCR node APIs or workers.

Github Repository

Usage

Pull image

docker pull npulidom/node-ocr

Run the container [port 8080]

docker run -p 8080:80 -d npulidom/node-ocr

Test service

curl -i http://localhost:8080/test

Dockerfile for building
# latest tag
FROM npulidom/node-ocr

# node dependcies
COPY package.json .
RUN npm install --production

# copy app
COPY . .

# starts init.js automatically

Tag summary

Content type

Image

Digest

sha256:f16607612

Size

488.1 MB

Last updated

about 1 year ago

docker pull npulidom/node-ocr