Aadhar masking implementation using Pytesseract, OpenCV, and FastAPI.
- Setup virtual environment and install requirements
- Start fast api server using
uvicorn main:app --reload
- Visit localhost:8000/docs for endpoint documentation
- Handle edge cases and low-res images
- Add more features such as compression , alignment and cropping
- backup data to a database so clients can access it later
- implement batch processing for large number of cards
- deploy to cloud