mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Issue 1249 add note about enabling experimental formats
git-svn-id: https://zxing.googlecode.com/svn/trunk@2255 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
1204c7d7fa
commit
e4fcc8ee02
|
@ -86,6 +86,13 @@ import android.util.Log;
|
||||||
*
|
*
|
||||||
* <p>Some code, particularly download integration, was contributed from the Anobiit application.</p>
|
* <p>Some code, particularly download integration, was contributed from the Anobiit application.</p>
|
||||||
*
|
*
|
||||||
|
* <h2>Enabling experimental barcode formats</h2>
|
||||||
|
*
|
||||||
|
* <p>Some formats are not enabled by default even when scanning with {@link #ALL_CODE_TYPES}, such as
|
||||||
|
* {@link com.google.zxing.BarcodeFormat#PDF_417}. Use {@link #initiateScan(java.util.Collection)} with
|
||||||
|
* a collection containing the names of formats to scan for explicitly, like "PDF_417", to use such
|
||||||
|
* formats.</p>
|
||||||
|
*
|
||||||
* @author Sean Owen
|
* @author Sean Owen
|
||||||
* @author Fred Lin
|
* @author Fred Lin
|
||||||
* @author Isaac Potoczny-Jones
|
* @author Isaac Potoczny-Jones
|
||||||
|
|
Loading…
Reference in a new issue