excalibur icon indicating copy to clipboard operation
excalibur copied to clipboard

A web interface to extract tabular data from PDFs

Results 123 excalibur issues
Sort by recently updated
recently updated
newest added

I've been trying to work in a private repository first. I forked the repository by first duplicating it and setting it to private via instructions from top answer here (https://stackoverflow.com/questions/10065526/github-how-to-make-a-fork-of-public-repository-private)....

excalibur fails to load with python version 3.10.1 giving the below error : ``` Traceback (most recent call last): File "/home/murali/.local/bin/excalibur", line 5, in from excalibur.cli import cli File "/home/murali/.local/lib/python3.10/site-packages/excalibur/cli.py",...

table showing CID values

Hello, I am currently testing Excalibur. It almost works but I have a lot of 304 errors in the server logs. Example : ``` [...] 127.0.0.1 - - [27/Jun/2022 13:59:13]...

I am trying to extract this table, but the results I get are really not consistent, check table structure here: https://prnt.sc/isvm5U42a4ya If anyone has a suggestion, please let me know....

I've tried in 3 different browsers and I get the same result everywhere. Extensions were turned off. (Private Tab) ![Excalibur-opaque-selection](https://user-images.githubusercontent.com/10238233/117046395-a40d8a00-acde-11eb-8235-c83df13c3342.jpg)

The link to download Ghostscript **for windows** in the main website is broken [Error 404] [(https://camelot-py.readthedocs.io/en/master/user/install-deps.html#install-deps)] Could you provide an alternative ? Much appreciated

pip installed excalbur-py under Python 3.10.4 in Windows 11 Had the configparser error Upgraded to 5.2.0 as described in issue 151 Now have ImportError: cannot import name 'escape' from 'jinja2'...

After installing excalibur ( Already have a working camelot installation) `PS C:\Users\klewer> python.exe --version Python 3.8.0` `PS C:\Users\klewer> python -m camelot --version __main__.py, version 0.10.1` `PS C:\Users\klewer> python -m excalibur...

Using Lattice on this bank statement pdf results in no tables found. I thought using backgorund = True for Lattice would work, but no. So I tried with Stream. And...