Skip to content

twright8/docker-excalibur

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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:/excalibur williamjackson/excalibur initdb
  2. Edit ~/excalibur-data/excalibur.cfg and set web_server_host = 0.0.0.0.
  3. docker container run -v ~/excalibur-data:/excalibur -p 5000:5000 williamjackson/excalibur
  4. Open http://localhost:5000 in a browser.

About

A Docker image for camelot-dev/excalibur

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%