Build full stack flask application and host in AWS amplify

Job ID: 33436934

Budget: ₹1,500 – ₹2,500 INR

My requirement is as below for flask application
1) Build basic forntend to accept multiple files(word,pdf,images,text,excel if possible) at once
2) Backend in python : Extract the text using AWS textract and translate it into english if the text is in any other language using AWS translate.
3) Output must be in table format on UI. And also, user must be able to download the output in any of the below formats(pdf,word,excel,txt) based on user selection.
Output table must have filename, extracted text, translated text(if we using translate for any document),confidence score.