Excalibur Versions Save

A web interface to extract tabular data from PDFs

v0.4.3

3 years ago

Please download the appropriate package for your operating system and run the executable. You can then go to http://localhost:5000 and you should be able to see the web interface!

Improvements

  • GitHub Action for automated Linux, MacOS and Windows builds. #107 by arky.
  • The command-line interface can now be run using python -m excalibur. #97.
  • Excalibur now follows the Black code style! #98.

Bugfixes

  • #95 Fix Werkzeug import error. #96.
  • #41 Fix failed function call wrt to upstream changes. #42.
  • #32 Changing port in excalibur.cfg has no effect. #34.

v0.4.0

5 years ago

This release adds a lot of UI enhancements (based on user feedback), and updates to the docs and website. Table autodetection is now even more awesome 🔥 since Camelot v0.4.0 adds an improved Stream table detection algorithm. To know more, check out #206.

  • You can download excalibur-win-v0.4.0.zip (for Windows) or excalibur-linux-v0.4.0.zip (for Linux).
  • After extracting the contents to a folder, you need to execute arthur.exe (for Windows) or arthur (for Linux).
  • Now go to http://localhost:5000 and you should be able to see the web interface!

v0.3.0

5 years ago

This release adds enhancements to the static website, a rule manager to view, upload and download table extraction rules and an option to load a saved extraction rule on the workspace.

  • You can download excalibur-win-v0.3.0.zip (for Windows) or excalibur-linux-v0.3.0.zip (for Linux).
  • After extracting the contents to a folder, you need to execute arthur.exe (for Windows) or arthur (for Linux).
  • Now go to http://localhost:5000 and you should be able to see the web interface!

v0.2.1

5 years ago

This release adds a static website, an option to auto-detect tables on the web interface, and support for MySQL and Celery.

  • You can download excalibur-win-v0.2.1.zip (for Windows) or excalibur-linux-v0.2.1.zip (for Linux).
  • After extracting the contents to a folder, you need to execute arthur.exe (for Windows) or arthur (for Linux).
  • Now go to http://localhost:5000 and you should be able to see the web interface!

v0.1.1

5 years ago

This release adds executables for Windows and Linux and updates documentation.

  • You can download excalibur-win-v0.1.1.zip (for Windows) or excalibur-linux-v0.1.1.zip (for Linux).
  • After extracting the contents to a folder, you need to execute arthur.exe (for Windows) or arthur (for Linux).
  • Now go to http://localhost:5000 and you should be able to see the web interface!