DataReader WebAPI

DataReader WebAPI is a Web API application that can be used to extract data from various supported documents.

Currently DataReader WebAPI can read data from:
1. Indonesian ID card (KTP)
2. Indonesian TAX card (NPWP)
3. Indonesian Driver License (SIM)
4. KITAS (Foreigner Identity Card)
5. Passport
6. Business card.

DataReader WebAPI can be used in any application that is connected to the internet and need to read data from an image automatically.

Read Documentation »

Getting started

DataReader process is started by uploading an image file to the WebAPI. The image can be taken with mobile phone camera, image scanner, or picked from existing image files. The upload process itself can be done by a mobile application, an angular based web application, or a desktop application. The curently supported image file formats are .jpg and .png

First, a client application upload an image to the WebAPI. If the upload process is successful , the WebAPI will response with a unique UploadId. The client application can then query the WebAPI about the status, the progress and the result of the data reading process based on the UploadId.

Learn more »

KTP Reader Online Sample

In this sample web application, using a desktop web browser, an existing document image file can be picked and uploaded, or using a mobile phone camera, an image can be taken with a camera app and then uploaded to the DataReader WebAPI. If the upload is successful and the image quality is acceptable, predefined form fields will be filled in with data read from the image.

KTP Reader »

Other Online Samples

The same web application can be build using DataReader WebAPI to extract data from other kind of document

NPWP Reader »

Passport Reader »

SIM/Driver License Reader »

Business Card Reader »