ocr_nik_extractor 0.0.1
ocr_nik_extractor: ^0.0.1 copied to clipboard
A package to make it easier for users to extract nik data from identity card of the Indonesian people
A package to make it easier for users to extract nik data from identity card of the Indonesian people
Features #
To generate data NIK from image of identity card of the Indonesian people
Getting started #
import 'package:ocr_nik_extractor/ocr_nik_extractor.dart';
Usage #
Define the function
final OcrNikExtractor ocrNikExtractor = OcrNikExtractor();
Call the function to get the data
final String nik = await ocrNikExtractor.extractNik(imageFile: imageFile);