Skip to content

Commit

Permalink
Merge pull request #4 from BlinkID/feature/v1.0.2
Browse files Browse the repository at this point in the history
Release v1.0.2
  • Loading branch information
juraskrlec authored Jul 7, 2023
2 parents 41c15d9 + ff1e087 commit 4587d17
Show file tree
Hide file tree
Showing 133 changed files with 152 additions and 138 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v1.0.2

- No changes

## v1.0.1

- No changes

## v1.0.0

- Initial release of the Capture SDK for iOS
10 changes: 5 additions & 5 deletions Capture.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,30 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Capture.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Capture.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file modified Capture.xcframework/ios-arm64/Capture.framework/Capture
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MBIC_CORE_FINAL

/// Defines whether to discard frames with blurred documents.
///
/// If disabled, the capture process is allowed to finish with blurry documents.
/// If enabled, the capture process is allowed to finish with blurry documents.
///
/// Default: `NO`
@property (nonatomic) BOOL ignoreBlur;
Expand All @@ -57,7 +57,7 @@ MBIC_CORE_FINAL

/// Defines whether to discard frames with glare detected on the document.
///
/// If disabled, the capture process is allowed to finish with glare on the document.
/// If enabled, the capture process is allowed to finish with glare on the document.
///
/// Default: `NO`
@property (nonatomic) BOOL ignoreGlare;
Expand Down
Binary file modified Capture.xcframework/ios-arm64/Capture.framework/Info.plist
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</data>
<key>Headers/MBICAnalyserSettings.h</key>
<data>
+QwkwJ+DJ+Vg0E/lFzKinwuH5M0=
y3ArsHEIQ3Xd7PBa0ocmGA6uUb4=
</data>
<key>Headers/MBICCameraDefines.h</key>
<data>
Expand Down Expand Up @@ -74,7 +74,7 @@
</data>
<key>Info.plist</key>
<data>
QZEL9L0GYnvXOMFBclRViL7xOiE=
fiRfM5kY9HdH6jHyQj2nW9nU0aA=
</data>
<key>Model_021c530a7efe77c0e90c4bfe19c3bebaaceee433103e4e6d4f1424d921885982.strop</key>
<data>
Expand Down Expand Up @@ -140,7 +140,7 @@
<dict>
<key>hash2</key>
<data>
OfU298MuAJH+Pa1E+7D3thdW2+ld25fNUMHFS+Qdto8=
ju06Y3U8SYinKIhTKNYeoVFNk28MTMyGE9uq9KBsqeM=
</data>
</dict>
<key>Headers/MBICCameraDefines.h</key>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MBIC_CORE_FINAL

/// Defines whether to discard frames with blurred documents.
///
/// If disabled, the capture process is allowed to finish with blurry documents.
/// If enabled, the capture process is allowed to finish with blurry documents.
///
/// Default: `NO`
@property (nonatomic) BOOL ignoreBlur;
Expand All @@ -57,7 +57,7 @@ MBIC_CORE_FINAL

/// Defines whether to discard frames with glare detected on the document.
///
/// If disabled, the capture process is allowed to finish with glare on the document.
/// If enabled, the capture process is allowed to finish with glare on the document.
///
/// Default: `NO`
@property (nonatomic) BOOL ignoreGlare;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</data>
<key>Headers/MBICAnalyserSettings.h</key>
<data>
+QwkwJ+DJ+Vg0E/lFzKinwuH5M0=
y3ArsHEIQ3Xd7PBa0ocmGA6uUb4=
</data>
<key>Headers/MBICCameraDefines.h</key>
<data>
Expand Down Expand Up @@ -74,7 +74,7 @@
</data>
<key>Info.plist</key>
<data>
EV05pbP+pjlFiQf8MOi2OgdDb90=
vf564tyF1RA4ohzqILSymrtGUOE=
</data>
<key>Model_021c530a7efe77c0e90c4bfe19c3bebaaceee433103e4e6d4f1424d921885982.strop</key>
<data>
Expand Down Expand Up @@ -140,7 +140,7 @@
<dict>
<key>hash2</key>
<data>
OfU298MuAJH+Pa1E+7D3thdW2+ld25fNUMHFS+Qdto8=
ju06Y3U8SYinKIhTKNYeoVFNk28MTMyGE9uq9KBsqeM=
</data>
</dict>
<key>Headers/MBICCameraDefines.h</key>
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "Capture",
url: "https://github.com/BlinkID/capture-ios/releases/download/v1.0.1/Capture.xcframework.zip",
checksum: "7198d48835dd8f0ab64ef579a777892e333c58ca378f9506390de5fc86414aaf")
url: "https://github.com/BlinkID/capture-ios/releases/download/v1.0.2/Capture.xcframework.zip",
checksum: "6e5d4fe044d72d2b246bf660789a2a1e83e9b009026dd1e4fc05d0d2b39db5d0")
]
)
6 changes: 6 additions & 0 deletions Release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release notes

## v1.0.2

- Various capture improvements
- Bug fix:
- Fix text colour on the help screen for dark mode

## v1.0.1

- Various capture optimiziations
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/capture.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/data/documentation/capture/captureversionnumber.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"extern"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"double","preciseIdentifier":"c:d"},{"kind":"text","text":" "},{"kind":"identifier","text":"CaptureVersionNumber"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/capture\/captureversionnumber"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/CaptureVersionNumber","interfaceLanguage":"occ"},"abstract":[{"type":"text","text":"Project version number for Capture."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"CaptureVersionNumber"}],"title":"CaptureVersionNumber","roleHeading":"Global Variable","role":"symbol","symbolKind":"var","externalID":"c:@CaptureVersionNumber","modules":[{"name":"Capture"}],"navigatorTitle":[{"kind":"identifier","text":"CaptureVersionNumber"}]},"hierarchy":{"paths":[["doc:\/\/com.microblink.Capture\/documentation\/Capture"]]},"references":{"doc://com.microblink.Capture/documentation/Capture/CaptureVersionNumber":{"role":"symbol","title":"CaptureVersionNumber","fragments":[{"kind":"identifier","text":"CaptureVersionNumber"}],"abstract":[{"type":"text","text":"Project version number for Capture."}],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/CaptureVersionNumber","kind":"symbol","type":"topic","url":"\/documentation\/capture\/captureversionnumber"},"doc://com.microblink.Capture/documentation/Capture":{"role":"collection","title":"Capture","abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture","kind":"symbol","type":"topic","url":"\/documentation\/capture"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"extern"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"double","preciseIdentifier":"c:d"},{"kind":"text","text":" "},{"kind":"identifier","text":"CaptureVersionNumber"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/capture\/captureversionnumber"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/CaptureVersionNumber","interfaceLanguage":"occ"},"abstract":[{"type":"text","text":"Project version number for Capture."}],"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"CaptureVersionNumber"}],"title":"CaptureVersionNumber","roleHeading":"Global Variable","role":"symbol","symbolKind":"var","externalID":"c:@CaptureVersionNumber","modules":[{"name":"Capture"}],"navigatorTitle":[{"kind":"identifier","text":"CaptureVersionNumber"}]},"hierarchy":{"paths":[["doc:\/\/com.microblink.Capture\/documentation\/Capture"]]},"references":{"doc://com.microblink.Capture/documentation/Capture":{"role":"collection","title":"Capture","abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture","kind":"symbol","type":"topic","url":"\/documentation\/capture"},"doc://com.microblink.Capture/documentation/Capture/CaptureVersionNumber":{"role":"symbol","title":"CaptureVersionNumber","fragments":[{"kind":"identifier","text":"CaptureVersionNumber"}],"abstract":[{"type":"text","text":"Project version number for Capture."}],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/CaptureVersionNumber","kind":"symbol","type":"topic","url":"\/documentation\/capture\/captureversionnumber"}}}
2 changes: 1 addition & 1 deletion docs/data/documentation/capture/mbic_camera_final.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"#define"},{"kind":"text","text":" "},{"kind":"identifier","text":"MBIC_CAMERA_FINAL"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/capture\/mbic_camera_final"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_CAMERA_FINAL","interfaceLanguage":"occ"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"MBIC_CAMERA_FINAL"}],"title":"MBIC_CAMERA_FINAL","roleHeading":"Macro","role":"symbol","symbolKind":"macro","externalID":"c:MBICCameraDefines.h@474@macro@MBIC_CAMERA_FINAL","modules":[{"name":"Capture"}],"navigatorTitle":[{"kind":"identifier","text":"MBIC_CAMERA_FINAL"}]},"hierarchy":{"paths":[["doc:\/\/com.microblink.Capture\/documentation\/Capture"]]},"references":{"doc://com.microblink.Capture/documentation/Capture/MBIC_CAMERA_FINAL":{"role":"symbol","title":"MBIC_CAMERA_FINAL","fragments":[{"kind":"identifier","text":"MBIC_CAMERA_FINAL"}],"abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_CAMERA_FINAL","kind":"symbol","type":"topic","url":"\/documentation\/capture\/mbic_camera_final"},"doc://com.microblink.Capture/documentation/Capture":{"role":"collection","title":"Capture","abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture","kind":"symbol","type":"topic","url":"\/documentation\/capture"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"#define"},{"kind":"text","text":" "},{"kind":"identifier","text":"MBIC_CAMERA_FINAL"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/capture\/mbic_camera_final"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_CAMERA_FINAL","interfaceLanguage":"occ"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"MBIC_CAMERA_FINAL"}],"title":"MBIC_CAMERA_FINAL","roleHeading":"Macro","role":"symbol","symbolKind":"macro","externalID":"c:MBICCameraDefines.h@474@macro@MBIC_CAMERA_FINAL","modules":[{"name":"Capture"}],"navigatorTitle":[{"kind":"identifier","text":"MBIC_CAMERA_FINAL"}]},"hierarchy":{"paths":[["doc:\/\/com.microblink.Capture\/documentation\/Capture"]]},"references":{"doc://com.microblink.Capture/documentation/Capture":{"role":"collection","title":"Capture","abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture","kind":"symbol","type":"topic","url":"\/documentation\/capture"},"doc://com.microblink.Capture/documentation/Capture/MBIC_CAMERA_FINAL":{"role":"symbol","title":"MBIC_CAMERA_FINAL","fragments":[{"kind":"identifier","text":"MBIC_CAMERA_FINAL"}],"abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_CAMERA_FINAL","kind":"symbol","type":"topic","url":"\/documentation\/capture\/mbic_camera_final"}}}
2 changes: 1 addition & 1 deletion docs/data/documentation/capture/mbic_ui_localized.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"NSString","preciseIdentifier":"c:objc(cs)NSString"},{"kind":"text","text":" * "},{"kind":"identifier","text":"MBIC_UI_LOCALIZED"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSString","preciseIdentifier":"c:objc(cs)NSString"},{"kind":"text","text":" * "},{"kind":"internalParam","text":"key"},{"kind":"text","text":")"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/capture\/mbic_ui_localized"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_UI_LOCALIZED","interfaceLanguage":"occ"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED"}],"title":"MBIC_UI_LOCALIZED","roleHeading":"Function","role":"symbol","symbolKind":"func","externalID":"c:MBICCaptureUISDK.h@F@MBIC_UI_LOCALIZED","modules":[{"name":"Capture"}],"navigatorTitle":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED"}]},"hierarchy":{"paths":[["doc:\/\/com.microblink.Capture\/documentation\/Capture"]]},"references":{"doc://com.microblink.Capture/documentation/Capture/MBIC_UI_LOCALIZED":{"role":"symbol","title":"MBIC_UI_LOCALIZED","fragments":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED"}],"abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_UI_LOCALIZED","kind":"symbol","type":"topic","url":"\/documentation\/capture\/mbic_ui_localized"},"doc://com.microblink.Capture/documentation/Capture":{"role":"collection","title":"Capture","abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture","kind":"symbol","type":"topic","url":"\/documentation\/capture"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"NSString","preciseIdentifier":"c:objc(cs)NSString"},{"kind":"text","text":" * "},{"kind":"identifier","text":"MBIC_UI_LOCALIZED"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSString","preciseIdentifier":"c:objc(cs)NSString"},{"kind":"text","text":" * "},{"kind":"internalParam","text":"key"},{"kind":"text","text":")"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/capture\/mbic_ui_localized"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_UI_LOCALIZED","interfaceLanguage":"occ"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED"}],"title":"MBIC_UI_LOCALIZED","roleHeading":"Function","role":"symbol","symbolKind":"func","externalID":"c:MBICCaptureUISDK.h@F@MBIC_UI_LOCALIZED","modules":[{"name":"Capture"}],"navigatorTitle":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED"}]},"hierarchy":{"paths":[["doc:\/\/com.microblink.Capture\/documentation\/Capture"]]},"references":{"doc://com.microblink.Capture/documentation/Capture":{"role":"collection","title":"Capture","abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture","kind":"symbol","type":"topic","url":"\/documentation\/capture"},"doc://com.microblink.Capture/documentation/Capture/MBIC_UI_LOCALIZED":{"role":"symbol","title":"MBIC_UI_LOCALIZED","fragments":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED"}],"abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_UI_LOCALIZED","kind":"symbol","type":"topic","url":"\/documentation\/capture\/mbic_ui_localized"}}}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"NSString","preciseIdentifier":"c:objc(cs)NSString"},{"kind":"text","text":" * "},{"kind":"identifier","text":"MBIC_UI_LOCALIZED_DEFAULT_STRING"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSString","preciseIdentifier":"c:objc(cs)NSString"},{"kind":"text","text":" * "},{"kind":"internalParam","text":"key"},{"kind":"text","text":")"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/capture\/mbic_ui_localized_default_string"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_UI_LOCALIZED_DEFAULT_STRING","interfaceLanguage":"occ"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED_DEFAULT_STRING"}],"title":"MBIC_UI_LOCALIZED_DEFAULT_STRING","roleHeading":"Function","role":"symbol","symbolKind":"func","externalID":"c:MBICCaptureUISDK.h@F@MBIC_UI_LOCALIZED_DEFAULT_STRING","modules":[{"name":"Capture"}],"navigatorTitle":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED_DEFAULT_STRING"}]},"hierarchy":{"paths":[["doc:\/\/com.microblink.Capture\/documentation\/Capture"]]},"references":{"doc://com.microblink.Capture/documentation/Capture":{"role":"collection","title":"Capture","abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture","kind":"symbol","type":"topic","url":"\/documentation\/capture"},"doc://com.microblink.Capture/documentation/Capture/MBIC_UI_LOCALIZED_DEFAULT_STRING":{"role":"symbol","title":"MBIC_UI_LOCALIZED_DEFAULT_STRING","fragments":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED_DEFAULT_STRING"}],"abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_UI_LOCALIZED_DEFAULT_STRING","kind":"symbol","type":"topic","url":"\/documentation\/capture\/mbic_ui_localized_default_string"}}}
{"primaryContentSections":[{"kind":"declarations","declarations":[{"tokens":[{"kind":"keyword","text":"static"},{"kind":"text","text":" "},{"kind":"typeIdentifier","text":"NSString","preciseIdentifier":"c:objc(cs)NSString"},{"kind":"text","text":" * "},{"kind":"identifier","text":"MBIC_UI_LOCALIZED_DEFAULT_STRING"},{"kind":"text","text":"("},{"kind":"typeIdentifier","text":"NSString","preciseIdentifier":"c:objc(cs)NSString"},{"kind":"text","text":" * "},{"kind":"internalParam","text":"key"},{"kind":"text","text":")"}],"languages":["occ"],"platforms":["iOS"]}]}],"schemaVersion":{"major":0,"minor":3,"patch":0},"sections":[],"variants":[{"paths":["\/documentation\/capture\/mbic_ui_localized_default_string"],"traits":[{"interfaceLanguage":"occ"}]}],"identifier":{"url":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_UI_LOCALIZED_DEFAULT_STRING","interfaceLanguage":"occ"},"kind":"symbol","metadata":{"fragments":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED_DEFAULT_STRING"}],"title":"MBIC_UI_LOCALIZED_DEFAULT_STRING","roleHeading":"Function","role":"symbol","symbolKind":"func","externalID":"c:MBICCaptureUISDK.h@F@MBIC_UI_LOCALIZED_DEFAULT_STRING","modules":[{"name":"Capture"}],"navigatorTitle":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED_DEFAULT_STRING"}]},"hierarchy":{"paths":[["doc:\/\/com.microblink.Capture\/documentation\/Capture"]]},"references":{"doc://com.microblink.Capture/documentation/Capture/MBIC_UI_LOCALIZED_DEFAULT_STRING":{"role":"symbol","title":"MBIC_UI_LOCALIZED_DEFAULT_STRING","fragments":[{"kind":"identifier","text":"MBIC_UI_LOCALIZED_DEFAULT_STRING"}],"abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture\/MBIC_UI_LOCALIZED_DEFAULT_STRING","kind":"symbol","type":"topic","url":"\/documentation\/capture\/mbic_ui_localized_default_string"},"doc://com.microblink.Capture/documentation/Capture":{"role":"collection","title":"Capture","abstract":[],"identifier":"doc:\/\/com.microblink.Capture\/documentation\/Capture","kind":"symbol","type":"topic","url":"\/documentation\/capture"}}}
Loading

0 comments on commit 4587d17

Please sign in to comment.