Data ekstraktor untuk KTP dan NPWP menggunakan OCR API dari google cloud vision.
- Setting google cloud platform, ikuti petunjuk dari link ini
- Clone repo ini
git clone https://github.com/rahmatalhakam/cloudfunction-demo.git
- Ubah direktori ke
cloudfunction-demo
- Deploy ke google cloud function dengan menjalankan
deploy.sh
-
Ketika berhasil anda akan mendapatkan httpsTrigger url, seperti
https://YOUR_REGION-YOUR_PORJECT.cloudfunctions.net/ktp_npwp_extractor
curl --location --request POST 'https://YOUR_REGION-YOUR_PORJECT.cloudfunctions.net/ktp_npwp_extractor?type=ktp' \
--form 'file=@"KTP.jpeg"'