Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 628 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 628 Bytes

fileuploader-rmq-docker-ocr

(This is an old project, but still fun) This project aims to demonstrate the structure of a semi-complete system. Everything starts with an HTTP POST request with a file and the user credentials in it. The system accepts the request, authenticate the user, then stores the file and registers the job in RMQ. Preprocesses it, then proceed it to the OCR (Tesseract), where the graphical information gets extracted.

The fileserver is just an Ubuntu server image, running as a VM.

flowchart