We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug -M --margins options is not processed when using CLI.
Steps to reproduce the bug
camelot --split_text --margins 1.5 0.5 0.8 --format html --output /tmp/1453949390-0823722001717578612/extract.txt --pages all stream -e 500 -r 8 [filePath]
Result: Margins not processed and not passed to read_pdf() function.
Expected behavior
Margins options would be passed to read_pdf() layout_kwargs - argument.
Environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug -M --margins options is not processed when using CLI.
Steps to reproduce the bug
Result: Margins not processed and not passed to read_pdf() function.
Expected behavior
Margins options would be passed to read_pdf() layout_kwargs - argument.
Environment
The text was updated successfully, but these errors were encountered: