Skip to content

sidhuko/docker-textract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Node Textract

Based on debian:wheezy image to support Textract.

Update

docker push sidhuko/textract

Build

docker build -t sidhuko/textract .

Packages

We install the following packages within our image.

Currently not supporting drawingtotext.

Useful commands

Some helpful commands for maintaining docker containers and images.

docker images

List your docker images

docker rm $(docker ps -a -q)

Remove all containers from your system

docker rmi $(docker images -q)

Remove all images from your system but remember to remove containers before.

About

An docker image for running node and [textract](https://github.com/dbashford/textract).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published