Skip to content

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

License

Notifications You must be signed in to change notification settings

npulidom/node-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-ocr

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

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 . .

# pm2 starts init.js automatically

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published