Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.24 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.24 KB

ID CARD EXTRACTOR

INDONESIA

ID CARD EXTRACTOR is a open source python package that attempts to create a production grade ID Card extractor. The aim of the package is to extract as much information as possible yet retain the integrity of the information.


Requirements

You will need tesseract with indonesian language support installed in your system. - Docker - Rest API CLient (Postman, Insomnia, stc) ---

Support

  • KTP
  • SIM Old or New ❌
  • PASSPORT

How to use

🚀 Run

$ git clone https://github.com/gilang-as/id-card-ocr.git
$ cd id-card-ocr
$ docker compose up -d

Use

# Curl
curl --request POST \
  --url http://localhost:1101/scan-url \
  --header 'Content-Type: application/json' \
  --data '{
	"url": "https://fathanmubiina.id/wp-content/uploads/2017/03/e-ktp-tb-1.jpg"
}'