You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: BlinkIDSample/LibUtils/src/main/java/com/microblink/blinkid/result/extract/blinkid/generic/BlinkIdMultiSideRecognizerResultExtractor.java
Copy file name to clipboardexpand all lines: BlinkIDSample/LibUtils/src/main/java/com/microblink/blinkid/result/extract/blinkid/generic/BlinkIdSingleSideRecognizerResultExtractor.java
Android studio 3.0 should automatically import javadoc from maven dependency. If that doesn't happen, you can do that manually by following these steps:
125
+
Android studio should automatically import javadoc from maven dependency. If that doesn't happen, you can do that manually by following these steps:
126
126
127
127
1. In Android Studio project sidebar, ensure [project view is enabled](https://developer.android.com/sdk/installing/studio-androidview.html)
128
128
2. Expand `External Libraries` entry (usually this is the last entry in project view)
129
-
3. Locate `blinkid-6.4.0` entry, right click on it and select `Library Properties...`
129
+
3. Locate `blinkid-6.5.0` entry, right click on it and select `Library Properties...`
130
130
4. A `Library Properties` pop-up window will appear
131
131
5. Click the second `+` button in bottom left corner of the window (the one that contains `+` with little globe)
132
132
6. Window for defining documentation URL will appear
@@ -229,15 +229,15 @@ Android studio 3.0 should automatically import javadoc from maven dependency. If
229
229
230
230
### AndroidVersion
231
231
232
-
_BlinkID_ requires AndroidAPI level **21**or newer.SDK will work only on versions of Android5.0 (Lollipop) or above.
Camera video preview resolution also matters. In order to perform successful scans, camera preview resolution must be at least 720p. Note that camera preview resolution isnot the same as video recording resolution.
237
237
238
238
### Processor architecture
239
239
240
-
_BlinkID_is distributed with **ARMv7**and**ARM64** native library binaries.The support for**x86**and**x86_64** has been removed in_BlinkID v6.0_.
240
+
_BlinkID_is distributed with **ARMv7**and**ARM64** native library binaries.
241
241
242
242
_BlinkID_is a native library, written inC++and available for multiple platforms. Because of this, _BlinkID_ cannot work on devices with obscure hardware architectures. We have compiled _BlinkID_ native code only for the most popular Android [ABIs](https://en.wikipedia.org/wiki/Application_binary_interface).
Copy file name to clipboardexpand all lines: Release notes.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Release notes
2
2
3
+
## v6.5.0
4
+
- Improved the document side detection for US driver licenses which reduces the possibility of capturing the wrong side of the document. Barcode is now mandatory for the document back side of the US driving licenses
5
+
6
+
### Bugfixes
7
+
- Fixed data matching issue in Guatamala Passport
8
+
- Fixed `ArrayIndexOutOfBoundsException` in default UI
9
+
- Fixed `NullPointerException` in `RecognizerRunnerView` that happened in rare cases
10
+
3
11
## v6.4.0
4
12
### New features
5
13
- Added new result member `cardRotation` to `ImageAnalysisResult` structure
0 commit comments