Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Adds PDF417 parsing example;
Browse files Browse the repository at this point in the history
Updates binaries & bindings;
Changes the TIN examples to the newest values;
  • Loading branch information
ricardocolombo committed Nov 22, 2021
1 parent 45523f7 commit 9d85292
Show file tree
Hide file tree
Showing 336 changed files with 929 additions and 383 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@
<!-- AssetUtil.getRootPathForProduct(android.content.Context, io.anyline.products.Product) -->
<!-- AssetUtil.getRootPathForScanPlugin(android.content.Context, java.lang.Class&lt;?&gt;) -->
<!-- AssetUtil.readFile(java.lang.String, java.lang.String) -->
<!-- File: IO.Anyline.Plugin.Barcode.PDF417.cs -->
<!-- PDF417.setAamvaVersion(java.lang.String) -->
<attr path="/api/package[@name='io.anyline.plugin.barcode']/class[@name='PDF417']/method[@name='setAamvaVersion' and count(parameter)=1 and parameter[1][@type='java.lang.String']]/parameter[1]" name="managedName">aamvaVersion</attr>
<!-- PDF417.setAdditionalInformation(java.lang.String) -->
<attr path="/api/package[@name='io.anyline.plugin.barcode']/class[@name='PDF417']/method[@name='setAdditionalInformation' and count(parameter)=1 and parameter[1][@type='java.lang.String']]/parameter[1]" name="managedName">additionalInformation</attr>
<!-- PDF417.setBody(java.lang.String) -->
<attr path="/api/package[@name='io.anyline.plugin.barcode']/class[@name='PDF417']/method[@name='setBody' and count(parameter)=1 and parameter[1][@type='java.lang.String']]/parameter[1]" name="managedName">body</attr>
<!-- File: IO.Anyline.Models.AnylineYuvImage.cs -->
<!-- AnylineYuvImage.AnylineYuvImage(android.media.Image, int, int, int, int, int, boolean) -->
<!-- AnylineYuvImage.AnylineYuvImage(int, int, int, byte[], int, boolean) -->
Expand Down Expand Up @@ -1187,6 +1194,8 @@
<attr path="/api/package[@name='io.anyline.plugin.barcode']/class[@name='Barcode']/method[@name='setBase64' and count(parameter)=1 and parameter[1][@type='java.lang.String']]/parameter[1]" name="managedName">base64</attr>
<!-- Barcode.setCoordinates(java.util.List&lt;io.anyline.opencv.core.Point&gt;) -->
<attr path="/api/package[@name='io.anyline.plugin.barcode']/class[@name='Barcode']/method[@name='setCoordinates' and count(parameter)=1 and parameter[1][@type='java.util.List&lt;io.anyline.opencv.core.Point&gt;']]/parameter[1]" name="managedName">coordinates</attr>
<!-- Barcode.setParsedPDF417(io.anyline.plugin.barcode.PDF417) -->
<attr path="/api/package[@name='io.anyline.plugin.barcode']/class[@name='Barcode']/method[@name='setParsedPDF417' and count(parameter)=1 and parameter[1][@type='io.anyline.plugin.barcode.PDF417']]/parameter[1]" name="managedName">parsedPDF417</attr>
<!-- Barcode.setValue(java.lang.String) -->
<attr path="/api/package[@name='io.anyline.plugin.barcode']/class[@name='Barcode']/method[@name='setValue' and count(parameter)=1 and parameter[1][@type='java.lang.String']]/parameter[1]" name="managedName">value</attr>
<!-- File: IO.Anyline.View.ScanViewUtil.cs -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="io/anyline/plugin/ocr/OcrScanResult.html" title="class in io.anyline.plugin.ocr" target="classFrame">OcrScanResult</a></li>
<li><a href="io/anyline/plugin/ocr/OcrScanViewPlugin.html" title="class in io.anyline.plugin.ocr" target="classFrame">OcrScanViewPlugin</a></li>
<li><a href="io/anyline/view/ParallelScanViewComposite.html" title="class in io.anyline.view" target="classFrame">ParallelScanViewComposite</a></li>
<li><a href="io/anyline/plugin/barcode/PDF417.html" title="class in io.anyline.plugin.barcode" target="classFrame">PDF417</a></li>
<li><a href="io/anyline/plugin/ScanInfo.html" title="class in io.anyline.plugin" target="classFrame">ScanInfo</a></li>
<li><a href="io/anyline/plugin/ScanInfoListener.html" title="interface in io.anyline.plugin" target="classFrame"><span class="interfaceName">ScanInfoListener</span></a></li>
<li><a href="io/anyline/plugin/barcode/ScannedBarcodesListener.html" title="interface in io.anyline.plugin.barcode" target="classFrame"><span class="interfaceName">ScannedBarcodesListener</span></a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="io/anyline/plugin/ocr/OcrScanResult.html" title="class in io.anyline.plugin.ocr">OcrScanResult</a></li>
<li><a href="io/anyline/plugin/ocr/OcrScanViewPlugin.html" title="class in io.anyline.plugin.ocr">OcrScanViewPlugin</a></li>
<li><a href="io/anyline/view/ParallelScanViewComposite.html" title="class in io.anyline.view">ParallelScanViewComposite</a></li>
<li><a href="io/anyline/plugin/barcode/PDF417.html" title="class in io.anyline.plugin.barcode">PDF417</a></li>
<li><a href="io/anyline/plugin/ScanInfo.html" title="class in io.anyline.plugin">ScanInfo</a></li>
<li><a href="io/anyline/plugin/ScanInfoListener.html" title="interface in io.anyline.plugin"><span class="interfaceName">ScanInfoListener</span></a></li>
<li><a href="io/anyline/plugin/barcode/ScannedBarcodesListener.html" title="interface in io.anyline.plugin.barcode"><span class="interfaceName">ScannedBarcodesListener</span></a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ <h2 class="title">E</h2>
<div class="block">Set strict mode for IdScanPlugin
If the strict mode is enabled, a scan will be performed just when all checkdigits are valid</div>
</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/BarcodeScanPlugin.html#enablePDF417Parsing--">enablePDF417Parsing()</a></span> - Method in class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/BarcodeScanPlugin.html" title="class in io.anyline.plugin.barcode">BarcodeScanPlugin</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:F">
<!-- -->
Expand Down Expand Up @@ -580,8 +582,12 @@ <h2 class="title">G</h2>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/PDF417.html#getAamvaVersion--">getAamvaVersion()</a></span> - Method in class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/PDF417.html" title="class in io.anyline.plugin.barcode">PDF417</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/id/NFCConfig.html#getAbstractReader--">getAbstractReader()</a></span> - Method in class io.anyline.plugin.id.<a href="io/anyline/plugin/id/NFCConfig.html" title="class in io.anyline.plugin.id">NFCConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/PDF417.html#getAdditionalInformation--">getAdditionalInformation()</a></span> - Method in class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/PDF417.html" title="class in io.anyline.plugin.barcode">PDF417</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/id/MrzFieldScanOptions.html#getAddress--">getAddress()</a></span> - Method in class io.anyline.plugin.id.<a href="io/anyline/plugin/id/MrzFieldScanOptions.html" title="class in io.anyline.plugin.id">MrzFieldScanOptions</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
Expand Down Expand Up @@ -655,6 +661,8 @@ <h2 class="title">G</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/Barcode.html#getBase64--">getBase64()</a></span> - Method in class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/Barcode.html" title="class in io.anyline.plugin.barcode">Barcode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/PDF417.html#getBody--">getBody()</a></span> - Method in class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/PDF417.html" title="class in io.anyline.plugin.barcode">PDF417</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/view/BrightnessHelper.html#getBrightnessFeedback--">getBrightnessFeedback()</a></span> - Method in class io.anyline.view.<a href="io/anyline/view/BrightnessHelper.html" title="class in io.anyline.view">BrightnessHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/view/ScanView.html#getBrightnessFeedBack--">getBrightnessFeedBack()</a></span> - Method in class io.anyline.view.<a href="io/anyline/view/ScanView.html" title="class in io.anyline.view">ScanView</a></dt>
Expand Down Expand Up @@ -1336,6 +1344,8 @@ <h2 class="title">G</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/view/FlashViewConfig.html#getPaddingInDp--">getPaddingInDp()</a></span> - Method in class io.anyline.view.<a href="io/anyline/view/FlashViewConfig.html" title="class in io.anyline.view">FlashViewConfig</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/Barcode.html#getParsedPDF417--">getParsedPDF417()</a></span> - Method in class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/Barcode.html" title="class in io.anyline.plugin.barcode">Barcode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/id/MrzFieldConfidences.html#getPersonalNumber--">getPersonalNumber()</a></span> - Method in class io.anyline.plugin.id.<a href="io/anyline/plugin/id/MrzFieldConfidences.html" title="class in io.anyline.plugin.id">MrzFieldConfidences</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/id/MrzIdentification.html#getPersonalNumber--">getPersonalNumber()</a></span> - Method in class io.anyline.plugin.id.<a href="io/anyline/plugin/id/MrzIdentification.html" title="class in io.anyline.plugin.id">MrzIdentification</a></dt>
Expand Down Expand Up @@ -2022,6 +2032,10 @@ <h2 class="title">P</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/view/JsonParser.html#parseViewPlugin-org.json.JSONObject-android.content.Context-">parseViewPlugin(JSONObject, Context)</a></span> - Static method in class io.anyline.view.<a href="io/anyline/view/JsonParser.html" title="class in io.anyline.view">JsonParser</a></dt>
<dd>&nbsp;</dd>
<dt><a href="io/anyline/plugin/barcode/PDF417.html" title="class in io.anyline.plugin.barcode"><span class="typeNameLink">PDF417</span></a> - Class in <a href="io/anyline/plugin/barcode/package-summary.html">io.anyline.plugin.barcode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/PDF417.html#PDF417--">PDF417()</a></span> - Constructor for class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/PDF417.html" title="class in io.anyline.plugin.barcode">PDF417</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/document/DocumentScanPlugin.html#pointsFromSquare-Square-">pointsFromSquare(Square)</a></span> - Static method in class io.anyline.plugin.document.<a href="io/anyline/plugin/document/DocumentScanPlugin.html" title="class in io.anyline.plugin.document">DocumentScanPlugin</a></dt>
<dd>&nbsp;</dd>
</dl>
Expand Down Expand Up @@ -2202,6 +2216,10 @@ <h2 class="title">S</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/view/SerialScanViewComposite.html#SerialScanViewComposite-java.lang.String-">SerialScanViewComposite(String)</a></span> - Constructor for class io.anyline.view.<a href="io/anyline/view/SerialScanViewComposite.html" title="class in io.anyline.view">SerialScanViewComposite</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/PDF417.html#setAamvaVersion-java.lang.String-">setAamvaVersion(String)</a></span> - Method in class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/PDF417.html" title="class in io.anyline.plugin.barcode">PDF417</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/PDF417.html#setAdditionalInformation-java.lang.String-">setAdditionalInformation(String)</a></span> - Method in class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/PDF417.html" title="class in io.anyline.plugin.barcode">PDF417</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/id/MrzFieldScanOptions.html#setAddress-io.anyline.plugin.id.IDFieldScanOptions.FieldScanOption-">setAddress(IDFieldScanOptions.FieldScanOption)</a></span> - Method in class io.anyline.plugin.id.<a href="io/anyline/plugin/id/MrzFieldScanOptions.html" title="class in io.anyline.plugin.id">MrzFieldScanOptions</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
Expand Down Expand Up @@ -2271,6 +2289,8 @@ <h2 class="title">S</h2>
</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/Barcode.html#setBase64-java.lang.String-">setBase64(String)</a></span> - Method in class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/Barcode.html" title="class in io.anyline.plugin.barcode">Barcode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/PDF417.html#setBody-java.lang.String-">setBody(String)</a></span> - Method in class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/PDF417.html" title="class in io.anyline.plugin.barcode">PDF417</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/view/LightLevelHelper.html#setBrightnessThreshold-int-int-int-">setBrightnessThreshold(int, int, int)</a></span> - Method in class io.anyline.view.<a href="io/anyline/view/LightLevelHelper.html" title="class in io.anyline.view">LightLevelHelper</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/view/FlashView.html#setCameraController-CameraController-">setCameraController(CameraController)</a></span> - Method in class io.anyline.view.<a href="io/anyline/view/FlashView.html" title="class in io.anyline.view">FlashView</a></dt>
Expand Down Expand Up @@ -2942,6 +2962,8 @@ <h2 class="title">S</h2>
<dd>
<div class="block">Set the padding of the flash view in dp</div>
</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/Barcode.html#setParsedPDF417-io.anyline.plugin.barcode.PDF417-">setParsedPDF417(PDF417)</a></span> - Method in class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/Barcode.html" title="class in io.anyline.plugin.barcode">Barcode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/id/MrzFieldConfidences.html#setPersonalNumber-int-">setPersonalNumber(int)</a></span> - Method in class io.anyline.plugin.id.<a href="io/anyline/plugin/id/MrzFieldConfidences.html" title="class in io.anyline.plugin.id">MrzFieldConfidences</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/id/MrzIdentification.html#setPersonalNumber-java.lang.String-">setPersonalNumber(String)</a></span> - Method in class io.anyline.plugin.id.<a href="io/anyline/plugin/id/MrzIdentification.html" title="class in io.anyline.plugin.id">MrzIdentification</a></dt>
Expand Down Expand Up @@ -3346,6 +3368,8 @@ <h2 class="title">T</h2>
</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/Barcode.html#toJSONObject--">toJSONObject()</a></span> - Method in class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/Barcode.html" title="class in io.anyline.plugin.barcode">Barcode</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/barcode/PDF417.html#toJSONObject--">toJSONObject()</a></span> - Method in class io.anyline.plugin.barcode.<a href="io/anyline/plugin/barcode/PDF417.html" title="class in io.anyline.plugin.barcode">PDF417</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/anyline/plugin/id/DrivingLicenseFieldConfidences.html#toJSONObject--">toJSONObject()</a></span> - Method in class io.anyline.plugin.id.<a href="io/anyline/plugin/id/DrivingLicenseFieldConfidences.html" title="class in io.anyline.plugin.id">DrivingLicenseFieldConfidences</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
Expand Down
Loading

0 comments on commit 9d85292

Please sign in to comment.