flutter_ocr_kit 1.0.0
flutter_ocr_kit: ^1.0.0 copied to clipboard
A Flutter FFI plugin for OCR with Edge AI. Uses Apple Vision (iOS) / ML Kit (Android) for text recognition and ONNX Runtime for layout detection.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_ocr_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_ocr_kit: ^1.0.0Alternatively, 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:flutter_ocr_kit/flutter_ocr_kit.dart';