Skip to content

byteofwood/docker-excalibur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excalibur

This is a Docker image for Excalibur, a web interface to extract tabular data from PDFs.

To use this image:

  1. docker container run -v ~/excalibur-data:/home/python/excalibur -p 8080:8080 ghcr.io/williamjacksn/excalibur
  2. Open http://localhost:8080 in a browser.

If you want to use a different port:

docker container run -v ~/excalibur-data:/home/python/excalibur -e PORT=8081 -p 8081:8081 ghcr.io/williamjacksn/excalibur

Packages

No packages published

Languages

  • Dockerfile 54.9%
  • Python 45.1%