-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request