jamesvincentsiauw / Indonesian-KTP-OCR

Indonesian KTP OCR using Python Tesseract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indonesian Citizen ID Card - Optical Character Recognition

How to run

# install tesseract 
for Windows: https://github.com/UB-Mannheim/tesseract/wiki

# clone the repository
$ git clone https://github.com/jamesvincentsiauw/Indonesian-KTP-OCR.git

# make image folder
$ mkdir image

# move photos to image folder

# create virtual environment
$ python -m venv venv

# activate virtual environment
$ venv\scripts\activate

# install dependencies
(venv) $ pip install -r requirements.txt

# run project
(venv) $ python main.py

# deactivate virtual environment
(venv) $ deactivate

About

Indonesian KTP OCR using Python Tesseract


Languages

Language:Python 100.0%