advanced_business_card_reader 1.1.1 copy "advanced_business_card_reader: ^1.1.1" to clipboard
advanced_business_card_reader: ^1.1.1 copied to clipboard

Business/visiting card reader using native Google ML Kit Text Recognition v2 + Entity Extraction. Extracts text and parses name, company, phone, email, website.

1.1.1 #

  • Updated iOS podspec ML Kit dependencies to ~> 9.0.0.
  • Added iOS simulator architecture exclusions for ML Kit (arm64 on simulator) in podspec config.
  • Added iOS simulator limitation/workaround note to README.
  • Updated README install snippet to advanced_business_card_reader: ^1.1.1.

1.1.0 #

  • Replaced Dart-side OCR wrapper with direct native Google ML Kit integration via MethodChannel on Android and iOS.
  • Added native ML Kit Text Recognition v2 support for Latin, Devanagari, Chinese, Japanese, and Korean.
  • Added native ML Kit Entity Extraction (model download + annotation) and merged extracted phones/emails/websites with regex parser output.
  • Removed google_mlkit_text_recognition dependency from Dart package dependencies.
  • Kept existing public Dart API intact (BusinessCardReader, BusinessCardScanResult, BusinessCardData, OcrScript values).
  • Added plugin platform declarations in pubspec.yaml and native plugin implementations for Android/iOS.
  • Updated example/config docs for current platform requirements (Android minSdk 26, iOS deployment target 15.5).

1.0.0 #

  • Initial release
  • OCR + parser + auto script scan
  • Example app (camera/gallery/file)
1
likes
150
points
56
downloads

Documentation

API reference

Publisher

verified publisherhsquareapps.com

Weekly Downloads

Business/visiting card reader using native Google ML Kit Text Recognition v2 + Entity Extraction. Extracts text and parses name, company, phone, email, website.

Repository (GitHub)
View/report issues

Topics

#ocr #business-card #text-recognition #mlkit #scanner

License

MIT (license)

Dependencies

flutter, phone_numbers_parser

More

Packages that depend on advanced_business_card_reader

Packages that implement advanced_business_card_reader