Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

williamjacksn/docker-excalibur

Repository files navigation

Important

This repository is archived because I no longer actively use this software. If you have a question about this repo, please open an issue on my personal repository.

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