cmartinotti

Results 4 issues of cmartinotti

Hello, i this library, it's really handy although i am having a bit of trouble consulting the documentation. I'm using jupyter notebook just to test for the streamlit app that...

**To Reproduce** I run this instructions in a Jupyter notebook: ``` #cell 1 import glue from glue import qglue import pandas as pd import numpy as np #cell 2 df=pd.read_csv('Files/big_grid.csv')...

bug

Hello, I'm trying to extract tables with defaults parameters in stream mode. I try: ``` tables_cam=camelot.read_pdf(filepath='pdfs_files/fulltext.pdf', pages="10",flavor='stream' ) ``` It returns; ``` ZeroDivisionError Traceback (most recent call last) /tmp/ipykernel_7338/1281916851.py in...

This seems an amazing library, but nowhere is clearly explained exactly how you are supposed to update the data in the table, how to access the underlying data structures, and...

feature
backlog