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
Would still require a bucket since PDFs through Textract need to go through a bucket.
Maybe has an option to block and poll for completion?
Default operation can be to put the object to the bucket and then start an OCR run against it.
Can use the same filename, but return an error if a file of that name exists already.
The text was updated successfully, but these errors were encountered:
s3-ocr file my-bucket document.pdf
Default mode outputs a message saying that the file has been uploaded and put in the OCR queue.
Option --wait waits for it to complete and then returns the text version of the OCR.
--wait
--wait --json blocks and then returns the output of fetch --combine to standard output.
--wait --json
fetch --combine
Sorry, something went wrong.
No branches or pull requests
Would still require a bucket since PDFs through Textract need to go through a bucket.
Maybe has an option to block and poll for completion?
Default operation can be to put the object to the bucket and then start an OCR run against it.
Can use the same filename, but return an error if a file of that name exists already.
The text was updated successfully, but these errors were encountered: