Image Reading -> Image Preprocessing -> Image to OCR -> Data from OCR to Word document
TBD
Tesseract
TBD
uvicorn main:app --reload --app-dir ../back --host 0.0.0.0 --port 8000
yarn --cwd front start
or
cd ./utils && ./run_back.sh # run bakcend
cd ./utils && ./run_front.sh # run frontend