Skip to content

Commit

Permalink
Merge pull request #30 from PDF417/release/v6.2.1
Browse files Browse the repository at this point in the history
Release/v6.2.1
  • Loading branch information
DoDoENT authored Mar 21, 2017
2 parents 97e77dd + bcab64b commit 8456810
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 74 deletions.
Binary file modified LibPdf417Mobi-javadoc.jar
Binary file not shown.
Binary file modified LibPdf417Mobi.aar
Binary file not shown.
4 changes: 2 additions & 2 deletions Pdf417MobiDemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.0'
}
}

Expand All @@ -19,7 +19,7 @@ allprojects {
// versions of libraries that all modules require

project.ext {
pdf417MobiVersion = '6.2.0'
pdf417MobiVersion = '6.2.1'
compileSdkVersion = 25
targetSdkVersion = 25
buildToolsVersion = '25.0.2'
Expand Down
4 changes: 2 additions & 2 deletions Pdf417MobiDemo/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Fri Nov 04 14:22:29 CET 2016
#Tue Mar 21 19:14:33 CET 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ See below for more information about how to integrate _PDF417.mobi_ SDK into you
* [Obtaining various metadata with _MetadataListener_](#metadataListener)
* [Using ImageListener to obtain images that are being processed](#imageListener)
* [Recognition settings and results](#recognitionSettingsAndResults)
* [[Recognition settings](https://pdf417.github.io/pdf417-android/com/microblink/recognizers/settings/RecognitionSettings.html)](#recognitionSettings)
* [Recognition settings](#recognitionSettings)
* [Scanning PDF417 barcodes](#pdf417Recognizer)
* [Scanning one dimensional barcodes with _PDF417.mobi_'s implementation](#custom1DBarDecoder)
* [Scanning barcodes with ZXing implementation](#zxing)
Expand Down Expand Up @@ -99,7 +99,7 @@ After that, you just need to add _PDF417.mobi_ as a dependency to your applicati

```
dependencies {
compile('com.microblink:pdf417.mobi:6.2.0@aar') {
compile('com.microblink:pdf417.mobi:6.2.1@aar') {
transitive = true
}
}
Expand All @@ -120,7 +120,7 @@ Current version of Android Studio will not automatically import javadoc from mav

1. In Android Studio project sidebar, ensure [project view is enabled](https://developer.android.com/sdk/installing/studio-androidview.html)
2. Expand `External Libraries` entry (usually this is the last entry in project view)
3. Locate `pdf417.mobi-6.2.0` entry, right click on it and select `Library Properties...`
3. Locate `pdf417.mobi-6.2.1` entry, right click on it and select `Library Properties...`
4. A `Library Properties` pop-up window will appear
5. Click the second `+` button in bottom left corner of the window (the one that contains `+` with little globe)
6. Window for definining documentation URL will appear
Expand All @@ -145,7 +145,7 @@ Open your `pom.xml` file and add these directives as appropriate:
<dependency>
<groupId>com.microblink</groupId>
<artifactId>pdf417.mobi</artifactId>
<version>6.2.0</version>
<version>6.2.1</version>
<type>aar</type>
</dependency>
</dependencies>
Expand Down Expand Up @@ -989,9 +989,9 @@ Note that [ImageListener](https://pdf417.github.io/pdf417-android/com/microblink

This chapter will discuss various recognition settings used to configure different recognizers and scan results generated by them.

## <a name="recognitionSettings"></a> [Recognition settings](https://pdf417.github.io/pdf417-android/com/microblink/recognizers/settings/RecognitionSettings.html)
## <a name="recognitionSettings"></a> Recognition settings

Recognition settings define what will be scanned and how will the recognition process be performed. Here is the list of methods that are most relevant:
[Recognition settings](https://pdf417.github.io/pdf417-android/com/microblink/recognizers/settings/RecognitionSettings.html) define what will be scanned and how will the recognition process be performed. Here is the list of methods that are most relevant:

##### [`setAllowMultipleScanResultsOnSingleImage(boolean)`](https://pdf417.github.io/pdf417-android/com/microblink/recognizers/settings/RecognitionSettings.html#setAllowMultipleScanResultsOnSingleImage-boolean-)
Sets whether or not outputting of multiple scan results from same image is allowed. If that is `true`, it is possible to return multiple recognition results produced by different recognizers from same image. However, single recognizer can still produce only a single result from single image. If this option is `false`, the array of `BaseRecognitionResults` will contain at most 1 element. The upside of setting that option to `false` is the speed - if you enable lots of recognizers, as soon as the first recognizer succeeds in scanning, recognition chain will be terminated and other recognizers will not get a chance to analyze the image. The downside is that you are then unable to obtain multiple results from different recognizers from single image. By default, this option is `true`.
Expand Down
3 changes: 3 additions & 0 deletions Release notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release notes

## 6.2.1
- fixed rotated camera preview on Panasonic A2 tablet

## 6.2.0
- fixed autofocus issue on US version of Samsung devices that received Android N update
- added support for scanning barcodes on SIM cards
Expand Down
2 changes: 1 addition & 1 deletion builtFromCommit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Built from commit b6d74f887c4c4e520536b58c5eddf4a6ad26c264
Built from commit 14a648a66faa3f003d980d35b36a99da1e039853
2 changes: 1 addition & 1 deletion docs/com/microblink/hardware/camera/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ <h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
<ul>
<li type="circle">com.microblink.hardware.camera.<a href="../../../../com/microblink/hardware/camera/CameraType.html" title="enum in com.microblink.hardware.camera"><span class="typeNameLink">CameraType</span></a> (implements android.os.Parcelable)</li>
<li type="circle">com.microblink.hardware.camera.<a href="../../../../com/microblink/hardware/camera/VideoResolutionPreset.html" title="enum in com.microblink.hardware.camera"><span class="typeNameLink">VideoResolutionPreset</span></a> (implements android.os.Parcelable)</li>
<li type="circle">com.microblink.hardware.camera.<a href="../../../../com/microblink/hardware/camera/CameraType.html" title="enum in com.microblink.hardware.camera"><span class="typeNameLink">CameraType</span></a> (implements android.os.Parcelable)</li>
</ul>
</li>
</ul>
Expand Down
Loading

0 comments on commit 8456810

Please sign in to comment.