id_ocr 0.1.0 copy "id_ocr: ^0.1.0" to clipboard
id_ocr: ^0.1.0 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 Dart:

 $ dart pub add id_ocr

With Flutter:

 $ flutter pub add id_ocr

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

dependencies:
  id_ocr: ^0.1.0

Alternatively, 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:id_ocr/id_ocr.dart';
1
likes
0
points
116
downloads

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

unknown (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