Questions tagged [excalibur-py]

5 questions
7
votes
3 answers

No module named 'camelot.ext'

I have been trying to run Excalibur after install't from pip, it's asked me to install camelot, after that this error pop up, Traceback (most recent call last): File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main return…
Virus
  • 315
  • 1
  • 5
  • 9
0
votes
0 answers

Using "New Scan" (Not "New Live Task"), can Burp Suite Proffetional hit all the api inside menu items?

I am a beginner in Burp Suite Proffetional. Tried to run Burp Suite Proffetional at one of our company project (Web applcation). Burp is not capturing all the api of the project. What I have done : I have provided the application URL and Login…
0
votes
0 answers

ModuleNotFoundError: No module named 'camelot.ext'

After running 'excalibur webserver ' on jupyter notebook ..i am getting this error - Input In [15] excalibur webserver ^ SyntaxError: invalid syntax and after running it on cmd i am getting this error - Traceback (most recent call last): File…
0
votes
1 answer

Camelot dependencies - pandas required?

Good morning, I'm in the process of getting Camelot approved for use in my office to help with some projects but need a complete list of dependencies to provide before install. Camelot only lists Tkinter and Ghostscript as dependencies, but…
Xlite
  • 5
  • 1
  • 2
0
votes
1 answer

Extract fixed size and position table from pdf files in Python

Say I have many similar pdf files as the one from here: I woudld like to extract the following table and save as excel file: I'm able to do extract table and save excel file manually with package excalibur. After installing Excalibur with pip3, I…
ah bon
  • 9,293
  • 12
  • 65
  • 148