Skip to content

Commit

Permalink
v2.10.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
juraskrlec committed Oct 16, 2024
1 parent 4d3b000 commit 1388fca
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Release notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 2.10.0

- Improved performance of photocopy detection model
- Adjusted thresholds for screen detection model in order to decrease FAR and FRR of existing model
- Significant improvements in photocopy detection. Both the False Rejection Rate and False Acceptance Rate are reduced by ~50% as measured on the default match level.


## 2.9.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ @implementation ViewController
- (void)viewDidLoad {
[super viewDidLoad];

// Valid until: 2024-05-16
// Valid until: 2025-10-16
[[MBCMicroblinkSDK sharedInstance] setLicenseResource:@"license" withExtension:@"lic" inSubdirectory:@"" forBundle:NSBundle.mainBundle errorCallback:^(MBCLicenseError licenseError) {
switch (licenseError) {
case MBCLicenseErrorInvalidLicense:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ViewController: UIViewController {

var licenseErrorMessage = ""

// Valid until: 2024-05-16
// Valid until: 2025-10-16
MBCMicroblinkSDK.shared().setLicenseResource("license", withExtension: "lic", inSubdirectory: "", for: .main) { (licenseError) in
switch licenseError {
case .invalidLicense:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {

// Valid until: 2024-05-16
// Valid until: 2025-10-16
MBCMicroblinkSDK.shared().setLicenseResource("license", withExtension: "lic", inSubdirectory: nil, for: .main) { (_) in
}

Expand Down
Binary file modified Samples/License/license.lic
Binary file not shown.
20 changes: 10 additions & 10 deletions size-report/App Thinning Size Report.txt

Large diffs are not rendered by default.

0 comments on commit 1388fca

Please sign in to comment.