Skip to content

Commit

Permalink
Update the example app screenshot in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmazeev committed Feb 8, 2025
1 parent ff489ef commit 1f1e8a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Docs/MRZScannerExample.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Library for scanning documents via [MRZ](https://en.wikipedia.org/wiki/Machine-r
### Swift Package Manager
```swift
dependencies: [
.package(url: "https://github.com/romanmazeev/MRZScanner.git", .upToNextMajor(from: "1.1.0"))
.package(url: "https://github.com/romanmazeev/MRZScanner.git", .upToNextMajor(from: "1.1.3"))
]
```
*The library has an SPM [dependency](https://github.com/romanmazeev/MRZParser) for MRZ code parsing.*
Expand All @@ -41,7 +41,7 @@ let scanningResult = try await image.scanForMRZCode(configuration: configuration
```

## Example
![gif](https://github.com/romanmazeev/MRZScanner/blob/master/Docs/MRZScannerExample.gif)
![gif](./Docs/MRZScannerExample.gif)

The example project is located inside the [`Example` folder](https://github.com/romanmazeev/MRZScanner/tree/master/Example).
*To run it, you need a device with the [minimum required OS version](https://github.com/romanmazeev/MRZScanner#requirements).*
Expand Down

0 comments on commit 1f1e8a7

Please sign in to comment.