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
Document Scanner for Compose Multiplatform (Android/iOS) using [VNDocumentCameraViewController](https://developer.apple.com/documentation/visionkit/vndocumentcameraviewcontroller) on iOS and [MLKit Document scanner](https://developers.google.com/ml-kit/vision/doc-scanner) on Android.
@@ -17,17 +16,21 @@ Supported Compose version:
17
16
| 1.9 | 0.3.0+ |
18
17
19
18
# Dependency
19
+
> [!NOTE]
20
+
> Artifact id changed from "documentscanner" to "documentscanner-compose" and a new "documentscanner-core" artifact was introduced with 0.3.2 that contains the KmpFile abstraction as well as some Helper functions.
21
+
20
22
Add the dependency to your commonMain sourceSet (KMP) / Android dependencies (android only):
0 commit comments