Giter Club home page Giter Club logo

ktpextractor's Introduction

KTPextractor

This is a service to extract data from KTP image. This is a part of open source project by Data Scientists of Bukalapak. Other open source projects: https://github.com/bukalapak?q=data

Config File

Please fill in the configuration in file kyc_config.py gcv_api_key_path: path location of the GCV API Key. To get an API, check https://cloud.google.com/vision/docs/setup json_loc = path location to save the OCR output from GCV output_loc = path location to save the extracted KTP data

OCR Text Extractor

To extract texts from an image (OCR), use the following command:

python ocr_text_extractor.py <image_path>

The OCR output file will be saved in the json_loc (check config file)

KTP Entity Extractor

To extract attributes from the KTP based on the OCR output, use the following command:

python ktp_entity_extractor.py <path of ocr output file>

The extracted KTP data will be saved in csv format in the output_loc (check config file)

KTP Data Extractor

To extract KTP data directly from KTP image, use the following command:

python KTPextractor_main.py <image_path>

The extracted KTP data will be saved in csv format in the output_loc (check config file)

ktpextractor's People

Contributors

hendrahc avatar saktipratama avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.