Skip to content

Commit

Permalink
Merge pull request #284 from BlinkID/jenkins/master-build
Browse files Browse the repository at this point in the history
Jenkins/master build
  • Loading branch information
juraskrlec authored Jan 24, 2020
2 parents b9aba59 + 7d49db4 commit 137e50d
Show file tree
Hide file tree
Showing 365 changed files with 489 additions and 459 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
# Release notes

## 5.1.1

- Bugfixes:
- fixed memory leaks that could cause crashes in some cases

- Minor API changes:
- `MBBlinkIdRecognizer` and `MBBlinkIdCombinedRecognizer`
- methods `setDewarpedImageDelegate` and `setClassifierDelegate` are now properties `dewarpedImageDelegate` and `classifierDelegate`

## 5.1.0

- Updates and additions:
- added 38 new documents for `MBBlinkIdRecognizer` and `MBBlinkIdCombinedRecognizer`. Please check out complete list of supported documents [here](https://github.com/BlinkID/blinkid-ios/blob/master/documentation/BlinkIDRecognizer.md)
- added 38 new documents for `MBBlinkIdRecognizer` and `MBBlinkIdCombinedRecognizer`
- Algeria ID, Argentina DL, Australia Victoria DL, Australia Queensland DL, Australia Western Australia DL, Belgium Resident ID, Canada British Columbia DL, Canada Ontario DL, Canada Quebec DL, Cyprus ID, Czechia DL, Czechia ID, Egypt ID, Greece DL, India ID, India Pan Card, Israel DL, Malaysia MyKid, Malaysia MyTentera, Maldives ID, Morocco ID, Nigeria DL, Paraguay ID, Portugal DL, Puerto Rico DL, Qatar DL, Russia DL, Singapore Fin Card, Singapore Resident ID, Slovakia DL, Slovenia DL, South Africa DL, South Africa ID, Thailand ID, Tunisia ID, UAE DL, Uganda ID, Vietnam ID
- details on each new document and the complete list of the supported documents is [here](https://github.com/BlinkID/blinkid-ios/blob/master/documentation/BlinkIDRecognizer.md)

- Improvements in ID scanning performance:
- **reduced overall size impact on application for approximately 50%** when BlinkID SDK v5.1 is used, relative to size impact of the previous version (v5.0)
- new fields in `MBMrzResult`:
- `sanitizedDocumentCode`
- `sanitizedDocumentNumber`
- improved `MBBlinkIdRecognizer` and `MBBlinkIdCombinedRecognizer`:
- introduced blur filter that discards blurred frames and prevents reading data from them, this option is enabled by default, it can be turned off by setting `allowBlurFilter` to `NO/false`
- introduced blur filter that discards blurred frames and prevents reading data from them, this option is enabled by default, it can be disabled by setting `allowBlurFilter` to `NO/false`

- Bugfixes:
- fixed bug when scanning would not resume after doment sides would not match on `MBBlinkIdOverlayViewController`
Expand Down
Binary file modified Microblink.bundle/BlinkID_BlurClassifier_general_6.0.0.strop
Binary file not shown.
Binary file modified Microblink.bundle/BlinkID_Classifier_general_6.6.0.strop
Binary file not shown.
Binary file modified Microblink.bundle/BlinkID_Detector_general_6.3.1.strop
Binary file not shown.
Binary file modified Microblink.bundle/BlinkID_Ocr_general_6.4.1.strop
Binary file not shown.
Binary file modified Microblink.bundle/BlinkID_Ocr_mrz_6.2.0.strop
Binary file not shown.
Binary file modified Microblink.bundle/BlinkID_RotationClassifier_general_6.0.0.strop
Binary file not shown.
Binary file modified Microblink.bundle/BlinkID_Segmentator_general_6.4.0.strop
Binary file not shown.
Binary file modified Microblink.bundle/Info.plist
Binary file not shown.
12 changes: 6 additions & 6 deletions Microblink.framework/Headers/MBBlinkIdCombinedRecognizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ MB_INIT
@property (nonatomic, strong, readonly) MBBlinkIdCombinedRecognizerResult *result;

/**
* Called with dewarped full document image
*/
- (void)setDewarpedImageDelegate:(nullable id<MBBlinkIdCombinedRecognizerDelegate>)delegate;
* Full document dewarped imagedelegate
*/
@property (nonatomic, nullable, weak) id<MBBlinkIdCombinedRecognizerDelegate> dewarpedImageDelegate;

/**
* Called when document is not supported
*/
- (void)setClassifierDelegate:(nullable id<MBBlinkIdCombinedRecognizerDelegate>)delegate;
* Document not supported classifier delegate
*/
@property (nonatomic, nullable, weak) id<MBBlinkIdCombinedRecognizerDelegate> classifierDelegate;

/**
* Defines whether blured frames filtering is allowed
Expand Down
12 changes: 6 additions & 6 deletions Microblink.framework/Headers/MBBlinkIdRecognizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ MB_INIT
@property (nonatomic, strong, readonly) MBBlinkIdRecognizerResult *result;

/**
* Called with dewarped full document image
*/
- (void)setDewarpedImageDelegate:(nullable id<MBBlinkIdRecognizerDelegate>)delegate;
* Full document dewarped imagedelegate
*/
@property (nonatomic, nullable, weak) id<MBBlinkIdRecognizerDelegate> dewarpedImageDelegate;

/**
* Called when document is not supported
*/
- (void)setClassifierDelegate:(nullable id<MBBlinkIdRecognizerDelegate>)delegate;
* Document not supported classifier delegate
*/
@property (nonatomic, nullable, weak) id<MBBlinkIdRecognizerDelegate> classifierDelegate;

/**
* Defines whether blured frames filtering is allowed
Expand Down
8 changes: 4 additions & 4 deletions Microblink.framework/Headers/MBMrtdRecognizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ MB_INIT
@property (nonatomic, nullable, strong, readonly) NSArray<__kindof MBMrtdSpecification *> *mrtdSpecifications;

/**
* Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents
* will be processed. If document is filtered out by this filter, its data cannot be returned as recognition result.
*/
- (void)setMrzFilter:(nullable id<MBMrzFilter>)mrzFilter;
* Filter for MRTDs (Machine Readable Travel Documents) that is used to determine which documents
* will be processed. If document is filtered out by this filter, its data cannot be returned as recognition result.
*/
@property (nonatomic, nullable, weak) id<MBMrzFilter> mrzFilterDelegate;

@end

Expand Down
Binary file modified Microblink.framework/Info.plist
Binary file not shown.
4 changes: 2 additions & 2 deletions Microblink.framework/Microblink
Git LFS file not shown
20 changes: 10 additions & 10 deletions Microblink.framework/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</data>
<key>Headers/MBBlinkIdCombinedRecognizer.h</key>
<data>
B86XWMAnSlk3tm44Q6ZLQ1Fei+s=
XAts11eIuz+mrcM3eqgrSK1jA2E=
</data>
<key>Headers/MBBlinkIdCombinedRecognizerResult.h</key>
<data>
Expand All @@ -46,7 +46,7 @@
</data>
<key>Headers/MBBlinkIdRecognizer.h</key>
<data>
QhR0enDESM5l7c9oeYGgGvNg7Mg=
P/TtGtuuBxHVOhzIQocTH4iESug=
</data>
<key>Headers/MBBlinkIdRecognizerResult.h</key>
<data>
Expand Down Expand Up @@ -354,7 +354,7 @@
</data>
<key>Headers/MBMrtdRecognizer.h</key>
<data>
UGAziX6rNXp98vf3KkQW9J40J0Y=
V7ilwFYwjV+Eid7xQASSOrYYoh0=
</data>
<key>Headers/MBMrtdRecognizerResult.h</key>
<data>
Expand Down Expand Up @@ -590,7 +590,7 @@
</data>
<key>Info.plist</key>
<data>
KWitnZyXizDqKc0sEf7xcKy8PEs=
p6jaJjlT+5n47tGHwYbjKdt5z7Y=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down Expand Up @@ -658,11 +658,11 @@
<dict>
<key>hash</key>
<data>
B86XWMAnSlk3tm44Q6ZLQ1Fei+s=
XAts11eIuz+mrcM3eqgrSK1jA2E=
</data>
<key>hash2</key>
<data>
wX1C9+GfNTL0e0oWrJN1A+bcpNkw5t8epe9rupH/Nxg=
LSCwMFkKPcH//GO+Kkl0WwBeESuTjluPeeh/Tj0EKH0=
</data>
</dict>
<key>Headers/MBBlinkIdCombinedRecognizerResult.h</key>
Expand Down Expand Up @@ -713,11 +713,11 @@
<dict>
<key>hash</key>
<data>
QhR0enDESM5l7c9oeYGgGvNg7Mg=
P/TtGtuuBxHVOhzIQocTH4iESug=
</data>
<key>hash2</key>
<data>
JH85AwzUPuV2L8ULDS67DqZnv72bfQj6O/xrBy7GvU8=
Ne+MYgmx4XbFz7ZE0tK0TggQi8hFrnfrNOWWe5wF3rI=
</data>
</dict>
<key>Headers/MBBlinkIdRecognizerResult.h</key>
Expand Down Expand Up @@ -1560,11 +1560,11 @@
<dict>
<key>hash</key>
<data>
UGAziX6rNXp98vf3KkQW9J40J0Y=
V7ilwFYwjV+Eid7xQASSOrYYoh0=
</data>
<key>hash2</key>
<data>
2Qv94t75GZiW9Kl0h0Wug0Xb1xgrGEkPbhiS1pm5miY=
QhY+zfOV/PGaoZSuPlYuqmhmPXc0V37hs9wPL3715VI=
</data>
</dict>
<key>Headers/MBMrtdRecognizerResult.h</key>
Expand Down
4 changes: 2 additions & 2 deletions PPBlinkID.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "PPBlinkID"
s.version = "5.1.0"
s.version = "5.1.1"
s.summary = "A delightful component for barcode scanning"
s.homepage = "http://microblink.com"

Expand Down Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
}

s.source = {
:http => 'https://github.com/BlinkID/blinkid-ios/releases/download/v5.1.0/blinkid-ios_v5.1.0.tar.gz'
:http => 'https://github.com/BlinkID/blinkid-ios/releases/download/v5.1.1/blinkid-ios_v5.1.1.tar.gz'
}

s.platform = :ios
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ pod init
```ruby
platform :ios, '8.0'
target 'Your-App-Name' do
pod 'PPBlinkID', '~> 5.1.0'
pod 'PPBlinkID', '~> 5.1.1'
end
```

Expand Down Expand Up @@ -160,13 +160,13 @@ In files in which you want to use scanning functionality place import directive.
Swift

```swift
import Microblink
import MicroBlink
```

Objective-C

```objective-c
#import <Microblink/Microblink.h>
#import <MicroBlink/MicroBlink.h>
```

### 3. Initiating the scanning process
Expand Down Expand Up @@ -628,7 +628,7 @@ The [`MBDocumentFaceRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MB
You can find information about usage context at the beginning of [this section](#blinkid_recognizers).
### <a name="blink-id-recognizers"></a> BlinkID Recognizer
The [`MBBlinkIdRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBBlinkIdRecognizer.html) scans and extracts data from the front side of supported document.
The [`MBBlinkIdRecognizer`](http://blinkid.github.io/blinkid-ios/Classes/MBBlinkIdRecognizer.html) scans and extracts data from the front side of the supported document.
You can find the list of the currently supported documents [`here`](https://github.com/BlinkID/blinkid-ios/tree/master/documentation/BlinkIDRecognizer.md).
We will continue expanding this recognizer by adding support for new document types in the future. Star this repo to stay updated.
Expand Down Expand Up @@ -657,18 +657,18 @@ When you have determine what is the licence-relate problem or you simply do not
* exact Bundle ID of your app (from your `info.plist` file)
* licence that is causing problems
* please stress out that you are reporting problem related to iOS version of BlinkID SDK
* please stress out that you are reporting problem related to iOS version of PDF417.mobi SDK
* if unsure about the problem, you should also provide excerpt from console containing licence error
### <a name="troubleshooting-other-problems"></a> Other problems
If you are having problems with scanning certain items, undesired behaviour on specific device(s), crashes inside BlinkID SDK or anything unmentioned, please do as follows:
If you are having problems with scanning certain items, undesired behaviour on specific device(s), crashes inside PDF417.mobi SDK or anything unmentioned, please do as follows:
* Contact us at [help.microblink.com](http://help.microblink.com) describing your problem and provide following information:
* log file obtained in previous step
* high resolution scan/photo of the item that you are trying to scan
* information about device that you are using
* please stress out that you are reporting problem related to iOS version of BlinkID SDK
* please stress out that you are reporting problem related to iOS version of PDF417.mobi SDK
## <a name="troubleshooting-faq"></a> Frequently asked questions and known problems
Here is a list of frequently asked questions and solutions for them and also a list of known problems in the SDK and how to work around them.
Expand Down
11 changes: 10 additions & 1 deletion Release notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release notes

## 5.1.1

- Bugfixes:
- fixed memory leaks that could cause crashes in some cases

- Minor API changes:
- `MBBlinkIdRecognizer` and `MBBlinkIdCombinedRecognizer`
- methods `setDewarpedImageDelegate` and `setClassifierDelegate` are now properties `dewarpedImageDelegate` and `classifierDelegate`

## 5.1.0

- Updates and additions:
Expand All @@ -8,7 +17,7 @@
- details on each new document and the complete list of the supported documents is [here](https://github.com/BlinkID/blinkid-ios/blob/master/documentation/BlinkIDRecognizer.md)

- Improvements in ID scanning performance:
- **reduced overall size impact on application for approximately 40%** when BlinkID SDK v5.1 is used, relative to size impact of the previous version (v5.0)
- **reduced overall size impact on application for approximately 50%** when BlinkID SDK v5.1 is used, relative to size impact of the previous version (v5.0)
- new fields in `MBMrzResult`:
- `sanitizedDocumentCode`
- `sanitizedDocumentNumber`
Expand Down
Binary file not shown.
6 changes: 6 additions & 0 deletions Transition guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 5.1.1

- Minor API changes:
- `MBBlinkIdRecognizer` and `MBBlinkIdCombinedRecognizer`
- methods `setDewarpedImageDelegate` and `setClassifierDelegate` are now properties `dewarpedImageDelegate` and `classifierDelegate`

## 5.1.0

- No changes
Expand Down
2 changes: 1 addition & 1 deletion buildCommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Built from core repository commit d2e139ebdbaab4c1aa3c181edf3dcf4d0abd04ec
Built from core repository commit 4caa8d48c1aa2d282a210bb8f8ca50acc63c0dcc
2 changes: 1 addition & 1 deletion docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4252,7 +4252,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="http://microblink.com" target="_blank" rel="external">Microblink</a>. All rights reserved. (Last updated: 2019-12-17)</p>
<p>&copy; 2020 <a class="link" href="http://microblink.com" target="_blank" rel="external">Microblink</a>. All rights reserved. (Last updated: 2020-01-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/MBBaseOcrOverlaySettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="http://microblink.com" target="_blank" rel="external">Microblink</a>. All rights reserved. (Last updated: 2019-12-17)</p>
<p>&copy; 2020 <a class="link" href="http://microblink.com" target="_blank" rel="external">Microblink</a>. All rights reserved. (Last updated: 2020-01-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/MBBaseOverlaySettings.html
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="http://microblink.com" target="_blank" rel="external">Microblink</a>. All rights reserved. (Last updated: 2019-12-17)</p>
<p>&copy; 2020 <a class="link" href="http://microblink.com" target="_blank" rel="external">Microblink</a>. All rights reserved. (Last updated: 2020-01-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/MBBaseOverlayViewController.html
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ <h4>Declaration</h4>
</article>
</div>
<section class="footer">
<p>&copy; 2019 <a class="link" href="http://microblink.com" target="_blank" rel="external">Microblink</a>. All rights reserved. (Last updated: 2019-12-17)</p>
<p>&copy; 2020 <a class="link" href="http://microblink.com" target="_blank" rel="external">Microblink</a>. All rights reserved. (Last updated: 2020-01-24)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</body>
Expand Down
Loading

0 comments on commit 137e50d

Please sign in to comment.