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/google_mlkit_document_scanner/README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ The document scanner API provides a high-quality fully fledged UI flow that is c
55
55
56
56
### iOS
57
57
58
-
This feature is still in Beta, and it is only available for Android. Stay tune for updates in [Google's website](https://developers.google.com/ml-kit/vision/doc-scanner) and request the feature [here](https://github.com/googlesamples/mlkit/issues).
58
+
This feature is only available for Android. Stay tune for updates in [Google's website](https://developers.google.com/ml-kit/vision/doc-scanner) and request the feature [here](https://github.com/googlesamples/mlkit/issues).
59
59
60
60
### Android
61
61
@@ -70,8 +70,13 @@ This feature is still in Beta, and it is only available for Android. Stay tune f
70
70
#### Create an instance of `DocumentScannerOptions`
Copy file name to clipboardExpand all lines: packages/google_mlkit_document_scanner/android/src/main/java/com/google_mlkit_document_scanner/DocumentScanner.java
+29-11Lines changed: 29 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -95,17 +95,21 @@ public void onFailure(@NonNull Exception e) {
0 commit comments