Indonesian ID Card OCR using tesseract OCR

Indonesian ID Card OCR using tesseract OCR

KTP OCR is python-flask with tesseract web application to convert Indonesian ID Card to text / JSON Data

  • convert KTP to JSON
  • text preprocessing for enhance the quality of result (in progres)

Installation (UBUNTU)

KTP OCR needs Python 3+ and tesseract OCR. Currently i’m using Ubuntu 20.0 and its running normaly.

To install tesseract OCR Click here

  1. Clone GIT Repository

    git clone https://github.com/revanmd/KTP-OCR.git
  2. Go root directory of this project
  3. Optionally to use Virtual ENV (You can skip this step if you want install dependencies globaly)