Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tabula command doesn't return the guessed bounding box #504

Open
FabriceSalvaire opened this issue Oct 28, 2022 · 1 comment
Open

tabula command doesn't return the guessed bounding box #504

FabriceSalvaire opened this issue Oct 28, 2022 · 1 comment

Comments

@FabriceSalvaire
Copy link

tabula command doesn't return the guessed bounding box, thus py-tabula cannot have this information.

@morey215
Copy link

Tabula me indica el siguiente error

Error from tabula-java:

Traceback (most recent call last):
File "/home/hogar/Escritorio/jupiterr/Pdf_excel/practica.py", line 16, in
df_list = tabula.read_pdf(archivo_pdf, pages='all', stream=True)
File "/opt/odoo16/venv/lib/python3.8/site-packages/tabula/io.py", line 322, in read_pdf
output = _run(java_options, kwargs, path, encoding)
File "/opt/odoo16/venv/lib/python3.8/site-packages/tabula/io.py", line 80, in _run
result = subprocess.run(
File "/usr/lib/python3.8/subprocess.py", line 516, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['java', '-Dfile.encoding=UTF8', '-jar', '/opt/odoo16/venv/lib/python3.8/site-packages/tabula/tabula-1.0.5-jar-with-dependencies.jar', '--pages', 'all', '--stream', '--guess', '--format', 'JSON', '/home/hogar/Escritorio/jupiterr/Pdf_excel/prueba.pdf']' returned non-zero exit status 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants