Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 729 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 729 Bytes

Indonesia Information Card Extractor

A Tools to extract information from Indonesia ID cards and Tax Identification Numbers using PaddleOCR.

Description

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.

Installation

  1. Install poppler
  2. pip install -r requirements.txt

Usage

  1. RUN: uvicorn app:app --host 0.0.0.0 --port {PORT} --reload | OR | python app.py
  2. Test using Postman on localhost/ocr/ with POST request
  3. Integrate with front-end or other service

License

This project is open-source and available under the MIT License – feel free to use, modify, and share!