Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmazeev committed Feb 26, 2025
1 parent 10bb06b commit 259b744
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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.4"))
.package(url: "https://github.com/romanmazeev/MRZScanner.git", .upToNextMajor(from: "1.1.5"))
]
```
*The library has an SPM [dependency](https://github.com/romanmazeev/MRZParser) for MRZ code parsing.*
Expand Down Expand Up @@ -46,5 +46,9 @@ let scanningResult = try await image.scanForMRZCode(configuration: configuration
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).*

## Credits

The project started as a fork of the [public repository](https://github.com/appintheair/MRZScanner) which I created when was working in [App In The Air](https://github.com/appintheair).

## License
The library is distributed under the [MIT LICENSE](https://opensource.org/licenses/MIT).

0 comments on commit 259b744

Please sign in to comment.