Skip to content

gilang-as/indonesia-card-ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
}'

About

OCR for Indonesia KTP, SIM with Docker and Rest API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published