An open API service indexing awesome lists of open source software.

https://github.com/codenoid/golang-ktp-aws-textract

KTP Extractor based on AWS Textract
https://github.com/codenoid/golang-ktp-aws-textract

Last synced: about 1 year ago
JSON representation

KTP Extractor based on AWS Textract

Awesome Lists containing this project

README

          

# AWS Textract based KTP Extractor

Attempt | Result
--- | ---
![Bukalapak's Bumblebee KTP](ktp-bumblebee.png?raw=true "Contoh KTP") | ![Result](ktp.png)
https://github.com/bukalapak/KTPextractor/issues/2 | ✅ Fixed
![KTP CAT](ktp-cat.jpg) | ![Kaskus](ktp-kucing.png)
Your Blurry made-up KTP | ?

## How to Use

1. Make sure you have an AWS Account with Textract Feature activated
2. a Go compiler, [download here](https://go.dev/dl/)
3. execute `go run .` (for local testing)
4. curl -F "image=@ktp-picture.jpg" http://localhost:8080/analyze

## We Need Your Help!

the ktp.go file needs some tuning!