You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am getting "slice indices must be integers or None or have an index method" if I try and use the -c option:
$ pdf-table-extract -i test.pdf -o test.txt -p 1
[works okay]
$ pdf-table-extract -i test.pdf -o test.txt -p 1 -c 0:0:3:3
slice indices must be integers or None or have an __index__ method
$
The text was updated successfully, but these errors were encountered:
Am getting "slice indices must be integers or None or have an index method" if I try and use the
-c
option:The text was updated successfully, but these errors were encountered: