Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ searchNeedFilter: true
dcvb_introduction: /capture-vision/docs/core/introduction/
dcvb_architecture: /capture-vision/docs/core/architecture/
dcvb_parameters: /capture-vision/docs/core/parameters/
dcvb_enums: /capture-vision/docs/core/enums/
dcvb_parameters_reference: /capture-vision/docs/core/parameters/reference/
dcvb_license_activation: /capture-vision/docs/core/license/
dcvb_code_types: /capture-vision/docs/core/code-types/

dcvb_js: /capture-vision/docs/web/programming/javascript/
dcvb_cpp: /capture-vision/docs/server/programming/cplusplus/
Expand All @@ -22,16 +22,7 @@ dcvb_android: /capture-vision/docs/mobile/programming/android/
dcvb_ios: /capture-vision/docs/mobile/programming/ios/
dcvb_maui: /capture-vision/docs/mobile/programming/maui/
dcvb_react_native: /capture-vision/docs/mobile/programming/react-native/
dcvb_cordova: /capture-vision/docs/mobile/programming/cordova/
dcvb_flutter: /capture-vision/docs/mobile/programming/flutter/
dcvb_xamarin: /capture-vision/docs/mobile/programming/xamarin/
dcv_archive_react_native: /capture-vision/docs-archive/mobile/programming/react-native/
dcv_archive_flutter: /capture-vision/docs-archive/mobile/programming/flutter/

dlr_archived_introduction: /label-recognition/docs-archive/core/introduction/
ddn_archived_introduction: /document-normalizer/docs-archive/core/introduction/
dcp_archived_introduction: /code-parser/docs-archive/core/introduction/
dce_archived_introduction: /camera-enhancer/docs-archive/core/introduction/


assets: /capture-vision/docs/core/assets/
Expand Down
44 changes: 22 additions & 22 deletions _includes/sidelist-parameters-organization.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<li><a href="{{ site.dcvb_parameters }}file/index.html" class="otherLinkColour">Parameters</a>
<li><a href="{{ site.dcvb_parameters_reference }}index.html" class="otherLinkColour">Parameters</a>
<ul>
<li><a href="{{ site.dcvb_parameters }}file/capture-vision-template.html" class="otherLinkColour">CaptureVisionTemplate Object</a>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/index.html" class="otherLinkColour">CaptureVisionTemplate Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/image-roi-processing-name-array.html" class="otherLinkColour">ImageROIProcessingNameArray</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/image-source-name.html" class="otherLinkColour">ImageSourceName</a></li>
Expand All @@ -12,7 +12,7 @@
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-template/timeout.html" class="otherLinkColour">Timeout</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/image-source.html" class="otherLinkColour">ImageSource Object</a>
<li><a href="{{ site.dcvb_parameters_reference }}image-source-options/index.html" class="otherLinkColour">ImageSource Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-source-options/directory-path.html" class="otherLinkColour">DirectoryPath</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-source-options/file-filter.html" class="otherLinkColour">FileFilter</a></li>
Expand All @@ -23,7 +23,7 @@
<li><a href="{{ site.dcvb_parameters_reference }}image-source-options/type.html" class="otherLinkColour">Type</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/target-roi-definition/index.html" class="otherLinkColour">TargetROIDef Object</a>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/index.html" class="otherLinkColour">TargetROIDef Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/base-target-roidef-name.html" class="otherLinkColour">BaseTargetROIDefName</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/enable-results-deduplication.html" class="otherLinkColour">EnableResultsDeduplication</a></li>
Expand Down Expand Up @@ -60,7 +60,7 @@
<li><a href="{{ site.dcvb_parameters_reference }}target-roi-def/task-setting-name-array.html" class="otherLinkColour">TaskSettingNameArray</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/task-settings/barcode-reader-task-settings.html" class="otherLinkColour">BarcodeReaderTaskSetting Object</a>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/index.html" class="otherLinkColour">BarcodeReaderTaskSetting Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/barcode-format-ids.html" class="otherLinkColour">BarcodeFormatIds</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-reader-task-settings/barcode-format-specification-name-array.html" class="otherLinkColour">BarcodeFormatSpecificationNameArray</a></li>
Expand Down Expand Up @@ -148,7 +148,7 @@
</li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/task-settings/label-recognizer-task-settings.html" class="otherLinkColour">LabelRecognizerTaskSetting Object</a>
<li><a href="{{ site.dcvb_parameters_reference }}label-recognizer-task-settings/index.html" class="otherLinkColour">LabelRecognizerTaskSetting Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}label-recognizer-task-settings/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}label-recognizer-task-settings/base-label-recognizer-task-setting-name.html" class="otherLinkColour">BaseLabelRecognizerTaskSettingName</a></li>
Expand Down Expand Up @@ -222,7 +222,7 @@

</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/task-settings/document-normalizer-task-settings.html" class="otherLinkColour">DocumentNormalizerTaskSetting Object</a>
<li><a href="{{ site.dcvb_parameters_reference }}document-normalizer-task-settings/index.html" class="otherLinkColour">DocumentNormalizerTaskSetting Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}document-normalizer-task-settings/base-document-normalizer-task-setting-name.html" class="otherLinkColour">BaseDocumentNormalizerTaskSettingName</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}document-normalizer-task-settings/expected-documents-count.html" class="otherLinkColour">ExpectedDocumentsCount</a></li>
Expand Down Expand Up @@ -322,20 +322,20 @@
</li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/task-settings/code-parser-task-settings.html" class="otherLinkColour">CodeParserTaskSetting Object</a>
<li><a href="{{ site.dcvb_parameters_reference }}code-parser-task-settings/index.html" class="otherLinkColour">CodeParserTaskSetting Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}code-parser-task-settings/code-specifications.html" class="otherLinkColour">CodeSpecifications</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}code-parser-task-settings/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}code-parser-task-settings/resources-path.html" class="otherLinkColour">ResourcesPath</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/task-settings/output-task-setting.html" class="otherLinkColour">OutputTaskSetting Object</a>
<li><a href="{{ site.dcvb_parameters_reference }}output-task-setting/index.html" class="otherLinkColour">OutputTaskSetting Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}output-task-setting/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}output-task-setting/output-condition.html" class="otherLinkColour">OutputCondition</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/image-parameter.html" class="otherLinkColour">ImageParameter Object</a>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/index.html" class="otherLinkColour">ImageParameter Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/base-image-parameter-name.html" class="otherLinkColour">BaseImageParameterName</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}image-parameter/name.html" class="otherLinkColour">Name</a></li>
Expand Down Expand Up @@ -422,7 +422,7 @@
</li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/barcode-format-specification.html" class="otherLinkColour">BarcodeFormatSpecification Object</a>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/index.html" class="otherLinkColour">BarcodeFormatSpecification Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/all-module-deviation.html" class="otherLinkColour">AllModuleDeviation</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/australian-post-encoding-table.html" class="otherLinkColour">AustralianPostEncodingTable</a></li>
Expand Down Expand Up @@ -465,7 +465,7 @@
<li><a href="{{ site.dcvb_parameters_reference }}barcode-format-specification/verify-check-digit.html" class="otherLinkColour">VerifyCheckDigit</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/textline-specification.html" class="otherLinkColour">TextLineSpecification Object</a>
<li><a href="{{ site.dcvb_parameters_reference }}text-line-specification/index.html" class="otherLinkColour">TextLineSpecification Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}text-line-specification/applicable-text-line-numbers.html" class="otherLinkColour">ApplicableTextLineNumbers</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}text-line-specification/base-text-line-specification-name.html" class="otherLinkColour">BaseTextLineSpecificationName</a></li>
Expand All @@ -491,25 +491,25 @@
<li><a href="{{ site.dcvb_parameters_reference }}text-line-specification/expected-groups-count.html" class="otherLinkColour">ExpectedGroupsCount</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html" class="otherLinkColour">CaptureVisionModel Object</a>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-model/index.html" class="otherLinkColour">CaptureVisionModel Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#directorypath" class="otherLinkColour">DirectoryPath</a></li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#maxmodelinstances" class="otherLinkColour">MaxModelInstances</a></li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#modelargs" class="otherLinkColour">ModelArgs</a>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-model/index.html#directorypath" class="otherLinkColour">DirectoryPath</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-model/index.html#maxmodelinstances" class="otherLinkColour">MaxModelInstances</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-model/index.html#modelargs" class="otherLinkColour">ModelArgs</a>
<ul>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/char-set.html#" class="otherLinkColour">CharSet Object</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-model/char-set.html" class="otherLinkColour">CharSet</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/capture-vision-model.html#name" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}capture-vision-model/index.html#name" class="otherLinkColour">Name</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html" class="otherLinkColour">Global Parameter</a>
<li><a href="{{ site.dcvb_parameters_reference }}global-parameter.html" class="otherLinkColour">Global Parameter</a>
<ul>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html#maxtotalimagedimension" class="otherLinkColour">MaxTotalImageDimension</a></li>
<li><a href="{{ site.dcvb_parameters }}file/auxiliary/global-parameter.html#intraopnumthreads" class="otherLinkColour">IntraOpNumThreads</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}global-parameter.html#maxtotalimagedimension" class="otherLinkColour">MaxTotalImageDimension</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}global-parameter.html#intraopnumthreads" class="otherLinkColour">IntraOpNumThreads</a></li>
</ul>
</li>
<li><a href="{{ site.dcvb_parameters }}file/semantic-processing/index.html" class="otherLinkColour">SemanticProcessing Object</a>
<li><a href="{{ site.dcvb_parameters_reference }}semantic-processing/index.html" class="otherLinkColour">SemanticProcessing Object</a>
<ul>
<li><a href="{{ site.dcvb_parameters_reference }}semantic-processing/name.html" class="otherLinkColour">Name</a></li>
<li><a href="{{ site.dcvb_parameters_reference }}semantic-processing/reference-object-filter.html" class="otherLinkColour">ReferenceObjectFilter</a></li>
Expand Down
2 changes: 1 addition & 1 deletion architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ At runtime, CVR accepts an image source and acts as the image input provider for

### Coordinating Processing Tasks

CVR accepts and maintains a list of processing settings known as [parameter template](../parameters/file/index.md). Each template defines the tasks to be performed on an image. These tasks can be configured to run either in parallel or sequentially.
CVR accepts and maintains a list of processing settings known as [parameter template]({{ site.dcvb_parameters_reference }}index.html). Each template defines the tasks to be performed on an image. These tasks can be configured to run either in parallel or sequentially.

At runtime, CVR selects a *CaptureVisionTemplate* and analyzes it to construct a task workflow, which then runs for all images acquired from the image source.

Expand Down
50 changes: 50 additions & 0 deletions code-types/aadhaar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
layout: default-layout
title: AADHAAR - Supported Code Types
description: This page shows the details of code type AADHAAR.
keywords: AADHAAR, code types
needAutoGenerateSidebar: true
needGenerateH3Content: false
noTitleIndex: true
---

# Aadhaar

## Overview

Dynamsoft Code Parser supports data from the normal QR codes or Secure QR codes on eAadhaar, Aadhaar Letter and Aadhaar PVC Card and specifies code types:

* AADHAAR

## Fields

The exposed fields for code type `AADHAAR` is defined as below:

| Field Name | Description |
| ---------- | ----------- |
| CodeType | Code type, always has value "AADHAAR" |
| referenceId | Reference number |
| lastFourAadhaarDigits | Last 4 digits of Aadhaar code |
| timeStamp | Date time stamp in "DDMMYYYYHHMMSSsss" (including milliseconds) |
| name | Name of cardholder |
| givenName | Given name of cardholder |
| dateOfBirth | Date of birth |
| gender | Gender |
| idNumber | The ID number |
| email | Email as hash |
| mobile | Mobile number as hash |
| yearOfBirth | Year of birth |
| address | Address |
| careOf | Care of like "s/o" |
| district | District name |
| landmark | Landmark |
| house | House number |
| location | Locality |
| pinCode | Pin code |
| postOffice | Post office name |
| state | State Name |
| street | Street Name |
| subdistrict | Sub District Name |
| VTC | VTC Name |
| image | Photo of the resident |
| signatureHASH | Signature |
Loading