Skip to content

Commit 0ff3e8e

Browse files
committedMay 2, 2024
init
0 parents  commit 0ff3e8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1982
-0
lines changed
 

‎README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# fileuploader-rmq-docker-ocr
2+
This project aims to demonstrate the structure of a semi-complete system.
3+
Everything starts with an HTTP POST request with a file and the user credentials in it.
4+
The system accepts the request, authenticate the user, then stores the file and registers the job
5+
in RMQ. Preprocesses it, then proceed it to the OCR (Tesseract), where the graphical information gets
6+
extracted.
7+
8+
The fileserver is just an Ubuntu server image, running as a VM.
9+
10+
![flowchart](https://user-images.githubusercontent.com/23174259/109699923-72b6f780-7b91-11eb-9ff5-5f199c8635be.jpg)

‎auth/.dockerignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
project/.env
2+
__pycache__

0 commit comments

Comments
 (0)
Please sign in to comment.