This is a Docker image for Excalibur, a web interface to extract tabular data from PDFs.
To use this image:
docker container run -v ~/excalibur-data:/home/python/excalibur -p 8080:8080 ghcr.io/williamjacksn/excalibur
- 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