All Projects → YukaLangbuana → KTP-OCR

YukaLangbuana / KTP-OCR

Licence: other
An Open Source OCR tool for Indonesian ID card (KTP).

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to KTP-OCR

serverless-ktp-ocr
Serverless Indonesian Identity E-KTP OCR with Google Cloud Platform (GCP) - Cloud Functions, Cloud Storage, and Cloud PubSub
Stars: ✭ 54 (+12.5%)
Mutual labels:  indonesia, ktp
cordova-plugin-tesseract
Cordova Plugin for OCR process using Tesseract
Stars: ✭ 70 (+45.83%)
Mutual labels:  ocr
IdCardRecognition
Android id card recognition based on OCR. 安卓基于OCR的身份证识别。
Stars: ✭ 35 (-27.08%)
Mutual labels:  ocr
bot-line-indonesian-summarizer
Tugas NLP UB Filkom 2017
Stars: ✭ 20 (-58.33%)
Mutual labels:  indonesia
DAVAR-Lab-OCR
OCR toolbox from Davar-Lab
Stars: ✭ 402 (+737.5%)
Mutual labels:  ocr
flarum-ext-indonesian
Indonesian Language Pack for Flarum
Stars: ✭ 13 (-72.92%)
Mutual labels:  indonesia
tesseract-ocr
Node.js wrapper for Tesseract OCR CLI.
Stars: ✭ 29 (-39.58%)
Mutual labels:  ocr
craft-text-detector
Packaged, Pytorch-based, easy to use, cross-platform version of the CRAFT text detector
Stars: ✭ 151 (+214.58%)
Mutual labels:  ocr
ScreencapToTextBot
Reddit bot that takes the screencap of a conversation and converts it in reddit formatted text
Stars: ✭ 12 (-75%)
Mutual labels:  ocr
gazou
Japanese OCR for Linux & Windows
Stars: ✭ 32 (-33.33%)
Mutual labels:  ocr
MLKit
🌝 MLKit是一个强大易用的工具包。通过ML Kit您可以很轻松的实现文字识别、条码识别、图像标记、人脸检测、对象检测等功能。
Stars: ✭ 294 (+512.5%)
Mutual labels:  ocr
labelReader
Programmatically find and read labels using Machine Learning
Stars: ✭ 44 (-8.33%)
Mutual labels:  ocr
pdf-scripts
📑 Scripts to repair, verify, OCR, compress, wrangle, crop (etc.) PDFs
Stars: ✭ 33 (-31.25%)
Mutual labels:  ocr
TesseractStudio.Net
A free Windows graphical interface to the Tesseract 4.0 OCR engine.
Stars: ✭ 38 (-20.83%)
Mutual labels:  ocr
lookup
🔍 Pure Go implementation of fast image search and simple OCR, focused on reading info from screenshots
Stars: ✭ 35 (-27.08%)
Mutual labels:  ocr
kodepos
📮 Indonesian postal code search API by place name, village or city.
Stars: ✭ 32 (-33.33%)
Mutual labels:  indonesia
awesome.id
😎 🇮🇩 Awesome Indonesia: Daftar produk, proyek, acara dan sumber daya lainnya yang dibuat oleh developer dan founder dari Indonesia.
Stars: ✭ 189 (+293.75%)
Mutual labels:  indonesia
R2CNN
caffe re-implementation of R2CNN: Rotational Region CNN for Orientation Robust Scene Text Detection
Stars: ✭ 80 (+66.67%)
Mutual labels:  ocr
proxy-scrape
scrapin' proxies with ocr
Stars: ✭ 20 (-58.33%)
Mutual labels:  ocr
gramatika.app
Website of Gramatika check spelling and typo tools in Bahasa Indonesia
Stars: ✭ 72 (+50%)
Mutual labels:  indonesia

KTP-OCR

Kartu Tanda Penduduk Extractor
An attempt to create a production grade KTP extractor.

KTP-OCR is a open source python package that attempts to create a production grade KTP 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.
$ brew install tesseract-lang

🚀 How to launch

$ git clone https://github.com/YukaLangbuana/KTP-OCR.git
$ cd KTP-OCR
$ pip install -r requirements.txt
$ python3 ocr.py <path-image>

📝 Note from Yuka

  • I am actively working to create a python package out of the main ocr.py. For now you can play with the old script.
  • I have an idea to verify the address information from the KTP via external service (Google Maps) which can be used to further standardized Indonesian address' information.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].