dni_peru_ocr 0.15.0
dni_peru_ocr: ^0.15.0 copied to clipboard
Peruvian DNI OCR helpers — ML Kit text recognition denoise, MRZ parsing, address extraction, and surname normalization for the Peruvian Documento Nacional de Identidad.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dni_peru_ocrWith Flutter:
$ flutter pub add dni_peru_ocrThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dni_peru_ocr: ^0.15.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:dni_peru_ocr/dni_peru_ocr.dart';