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
OCRing everything is a dangerous default: if someone runs this against a bucket with 10,000s of PDFs it could cost them a lot of money.
I'm going to switch it to working like this:
s3-ocr start name-of-bucket path/to/one.pdf path/to/two.pdf
If you fail to provide any paths it will show an error message.
To OCR everything, use:
s3-ocr start name-of-bucket --all
The text was updated successfully, but these errors were encountered:
This will replace the work I did in:
Sorry, something went wrong.
0444883
Use s3 fixture, refs #10
702f0f3
No branches or pull requests
OCRing everything is a dangerous default: if someone runs this against a bucket with 10,000s of PDFs it could cost them a lot of money.
I'm going to switch it to working like this:
If you fail to provide any paths it will show an error message.
To OCR everything, use:
The text was updated successfully, but these errors were encountered: