# 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
-
Notifications
You must be signed in to change notification settings - Fork 0
jamesvincentsiauw/Indonesian-KTP-OCR
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Indonesian KTP OCR using Python Tesseract