You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/learning_text_recognition/README.md
+36-16
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,19 @@
2
2
3
3
The easy way to use ML Kit for text recognition in Flutter.
4
4
5
-
ML Kit's text recognition can recognize text in any Latin-based character set. They can also be used to automate data-entry tasks such as processing credit cards, receipts, and business cards.
5
+
ML Kit's text recognition can recognize text in Latin, Chinese, Devanagari, Japanese and Korean scripts and a [wide range of languages](https://developers.google.com/ml-kit/vision/text-recognition/v2/languages). They can also be used to automate data-entry tasks such as processing credit cards, receipts, and business cards.
You can configure your app to automatically download the ML model to the device after your app is installed from the Play Store. To do so, add the following declaration to your app's AndroidManifest.xml file.
@@ -31,17 +23,18 @@ You can configure your app to automatically download the ML model to the device
If you do not enable install-time model downloads, the model will be downloaded the first time you run the text recognition process. Requests you make before the download has completed will produce no results.
Copy file name to clipboardexpand all lines: packages/learning_text_recognition/android/src/main/java/com/salkuadrat/learning/learning_text_recognition/LearningTextRecognitionPlugin.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -53,9 +53,10 @@ public void onMethodCall(@NonNull MethodCall call, @NonNull Result result) {
Copy file name to clipboardexpand all lines: packages/learning_text_recognition/android/src/main/java/com/salkuadrat/learning/learning_text_recognition/TextRecognition.java
0 commit comments