laoocr

Last updated:

0 purchases

laoocr Image
laoocr Images
Add to Cart

Description:

laoocr

Lao OCR Scan (Lao KYC Scanner) #
The First Lao OCR and Face Liveliness. Which you can scan Lao ID card(White ID card and Green ID Card), Passport.
The package can extract necessary data.
And you also take liveliness and match image from kyc document to compare that is the right person using the document or not.

This is the first version which can work with Lao ID and passport only, If you want me to develop more for Lao family book please support me! and let me know.
you can contact me at *[email protected]

Preview #

Features #
Package can extract the data from document as the following:

Document Number.
Date of birth.
Issued Date.
Expired Date, etc.
Can match image from kyc document and liveliness cam to compare that is right person or not.

Getting started #
Install the package and call the widget directly you will receive the result.
install with flutter #
flutter pub add laoocr
flutter pub get
copied to clipboard
Then You have to import the package to your project #
import 'package:laoocr/laoocr.dart';
copied to clipboard
General Setup #

Requirement SDK minimum version 2.18 up.

Android #
Android folder at app/build.gradle, you have to config as following:
android {
defaultConfig {
minSdkVersion 21
}
}
copied to clipboard
IOS #
You must add camera permission to the info.plist file.
Usage #
You can call the widget and get the response after the KYC Scan.
Please find the example Code:
LaoOCRScan(
onCapture: (res) {
print('OCR result = $res');
print('OCR img = ${res['kycImg']}'); //Uint8List
},
showPopBack: true,
doFaceReg: true,
onFaceReg: (data) {
//liveliness status is Passed means real people, Fail means fake person
print('liveliness data = $data'); //image as base 64
},
showRetakeBtn: true,
showSubmitBtn: true,
showFaceSubmitBtn: true,
txtSubmit: 'Submit',
btnSubmit: () {
print('submitt');
},
txtSubmitOnFace: 'Done',
btnSubmitOnFace: () {
print('face liveliness submit');
},
)
copied to clipboard
Donation - Support Me #
Lao QR #

Binance - BTC #

---Or--- #

Additional information #
This Package can help Lao developer to work with KYC document and it's very easy to use with the high performance.
It can save the company cost too much.

This is the first version which can work with Lao ID and passport only, If you want me to develop more for Lao family book please support me! and let me know.
you can contact me at *[email protected]
Thank you so much ๐Ÿ˜˜ (โยดโ—ก`โ).

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.