flutter_ocr_sdk VS android-passport-mrz

Compare flutter_ocr_sdk vs android-passport-mrz and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
flutter_ocr_sdk android-passport-mrz
1 2
14 0
- -
5.8 0.0
6 months ago almost 3 years ago
C++ Java
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

flutter_ocr_sdk

Posts with mentions or reviews of flutter_ocr_sdk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-09.

android-passport-mrz

Posts with mentions or reviews of android-passport-mrz. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-09.
  • Flutter OCR Recognition for Passport MRZ
    2 projects | dev.to | 9 Aug 2021
    Last week, I built a simple Android application with Dynamsoft camera SDK and OCR SDK to recognize passport MRZ. To facilitate Flutter development, I determined to make a Flutter plugin for wrapping Dynamsoft OCR SDK this week. Since there has been an official Flutter camera plugin available for download on pub.dev, I don't need to put effort into the camera part.
  • Android OCR Recognition for Passport MRZ
    1 project | dev.to | 1 Aug 2021
    The OCR SDK is implemented based on deep learning. Therefore, the first step is to import the model files and a template file provided by Dynamsoft to the project. We extract all files to the assets folder.