- Input: Document uploaded by user
- Output: Information extracted with the identified location
- python3.75
git clone https://github.com/aarontong95/Document_Scan_API.git
pip install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --port 8000
docker-compose up
Go to http://127.0.0.1:8000/docs Expand the row of "scan" Click the "Try it out" button Click the "Choose file" button Upload the image
