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.
You will need tesseract with indonesian language support installed in your system. - Docker - Rest API CLient (Postman, Insomnia, stc) ---
- KTP ✔
- SIM Old or New ❌
- PASSPORT ❌
$ git clone https://github.com/gilang-as/id-card-ocr.git
$ cd id-card-ocr
$ docker compose up -d
# 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"
}'