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

Error on crop: slice indices must be integers or None or have an __index__ method #29

Open
barryrowlingson opened this issue Jan 17, 2019 · 0 comments

Comments

@barryrowlingson
Copy link

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
$ 
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

1 participant