A Tools to extract information from Indonesia ID cards and Tax Identification Numbers using PaddleOCR.
This tool uses PaddleOCR to extract relevant information from Indonesian ID cards and Tax Identification Numbers, making it useful for identity verification and data processing.
- Install poppler
- pip install -r requirements.txt
- RUN:
uvicorn app:app --host 0.0.0.0 --port {PORT} --reload
| OR |python app.py
- Test using Postman on localhost/ocr/ with POST request
- Integrate with front-end or other service
This project is open-source and available under the MIT License – feel free to use, modify, and share!