Code command line linux program that uses AWS textract to converts pdf files to pdfsearchable

Job ID: 33251577

Budget: $30 – $250 USD

Request details
The request is to code a LINUX command-line utility that uploads pdf file(s) to AWS and requests conversion of the pdf file(s) to SEARCHABLE PDF files using Amazon's Textract Asynchronous Operations, specifically (Detect Document Text API) and then downloads and writes the newly produced searchable pdf file to a definable local directory.

The app should handle logging into AWS if needed, uploading the pdf file, and downloading and writing the new searchable pdf to the local disk when completed. StartDocumentTextDetection is used NOT start document analysis (its cheaper). The command must understand wild card . rules so that a selection of files can be converted with a single command line entry.
All needed input such as username/password/output directory/filename or wild card should be input by a command-line argument. I am familiar with Amazon AWS CLI but want a simpler solution for all our users.