id_ocr 0.1.2 copy "id_ocr: ^0.1.2" to clipboard
id_ocr: ^0.1.2 copied to clipboard

A robust Flutter plugin for CNIC (Computerized National Identity Card) OCR with specialized support for Urdu and Sindhi scripts using Google ML Kit and Tesseract.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add id_ocr

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  id_ocr: ^0.1.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:id_ocr/id_ocr.dart';
1
likes
140
points
116
downloads

Documentation

API reference

Publisher

verified publisherabulkalam.dev

Weekly Downloads

A robust Flutter plugin for CNIC (Computerized National Identity Card) OCR with specialized support for Urdu and Sindhi scripts using Google ML Kit and Tesseract.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, google_mlkit_document_scanner, google_mlkit_text_recognition, image_picker, path, path_provider, tesseract_ocr

More

Packages that depend on id_ocr