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
- Host: GitHub
- URL: https://github.com/codenoid/golang-ktp-aws-textract
- Owner: codenoid
- Created: 2023-04-09T12:11:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T12:16:25.000Z (about 3 years ago)
- Last Synced: 2025-03-29T17:12:43.613Z (about 1 year ago)
- Language: Go
- Size: 880 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Textract based KTP Extractor
Attempt | Result
--- | ---
 | 
https://github.com/bukalapak/KTPextractor/issues/2 | ✅ Fixed
 | 
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!