An open API service indexing awesome lists of open source software.

https://github.com/lixx21/ocr-ktp

OCR KTP that will extract name and gender on KTP and deploy it on GCP
https://github.com/lixx21/ocr-ktp

deep-learning flask gcp machine-learning ocr ocr-ktp

Last synced: 2 months ago
JSON representation

OCR KTP that will extract name and gender on KTP and deploy it on GCP

Awesome Lists containing this project

README

          

# OCR-KTP

      OCR KTP is used for detect name and gender in KTP, therefore user doesn't need to input their name and gender and this is used for verified user's account.

## DISCLAIMER THIS IS JUST A SAMPLE KTP THAT I MADE AND I DID NOT PUBLISH THIS FAKE KTP ANYWHERE

![image](https://user-images.githubusercontent.com/91602612/204117615-117df3b2-4254-4ce4-a59b-19c9b7517af6.png)

![image](https://user-images.githubusercontent.com/91602612/204117636-e21c6abe-3c5b-42ad-9d93-12f04ab7ab39.png)

# Installation steps

1. Download segmentation model from [google drive](https://drive.google.com/file/d/1wLaE2mVfVsoM5ym9iRCU4VAfuYrKVBlq/view?usp=share_link)
2. Download tesseract.exe in your computer [tesseract.exe installation](https://tesseract-ocr.github.io/tessdoc/Downloads.html)
3. Change this variable's value with your tesseract.exe directory
![image](https://user-images.githubusercontent.com/91602612/204117768-9224c9b5-bce8-4664-a111-b2e6d1087923.png)
4. Download all requirements libraries with **pip install -r requirements.txt**
5. run main.py