Skip to content

Latest commit

 

History

History
162 lines (137 loc) · 18.6 KB

File metadata and controls

162 lines (137 loc) · 18.6 KB
title description keywords needAutoGenerateSidebar permalink
Dynamsoft Code Parser Parameter Reference - Main Page
Dynamsoft Code Parser Parameter Reference - Main Page
parameter reference, parameters
false
/parameters/reference/index.html

Parameter Reference

Capture Vision Template

Parameter Name Description
[ImageROIProcessingNameArray]({{ site.dcv_parameters_reference }}capture-vision-template/image-roi-processing-name-array.html) Defines the collection of image ROI processing object names, used to refer to the TargetROIDef objects.
[ImageSourceName]({{ site.dcv_parameters_reference }}capture-vision-template/image-source-name.html) Indicates the input source name, used to refer to the ImageSource object.
[MaxParallelTasks]({{ site.dcv_parameters_reference }}capture-vision-template/max-parallel-tasks.html) Defines the maximum number of parallel tasks for the DCV runtime.
[OutputOriginalImage]({{ site.dcv_parameters_reference }}capture-vision-template/output-original-image.html) Indicates whether DCV finally outputs the original input image.
[SemanticProcessingNameArray]({{ site.dcv_parameters_reference }}capture-vision-template/semantic-processing-name-array.html) Represents the collection of semantic-processing object names, used to refer to the SematicProcessing objects.
[Timeout]({{ site.dcv_parameters_reference }}capture-vision-template/timeout.html) Defines the maximum amount of time (in milliseconds) that should be spent processing each image or frame.

Target ROI Def

Parameter Name Description
[BaseTargetROIDefName]({{ site.dcv_parameters_reference }}target-roi-def/base-target-roidef-name.html) Represents the name of another TargetROIDef object to inherit from.
[Location]({{ site.dcv_parameters_reference }}target-roi-def/location.html) Defines the location of the TargetROI with reference objects filter conditions and offset parameters.
[PauseFlag]({{ site.dcv_parameters_reference }}target-roi-def/pause-flag.html) Indicates that the region results generated by this TargetROIDef will not be used by other TargetROIDef objects that depend on it to calculate the target regions, unless the user explicitly performs an update operation.
[TaskSettingNameArray]({{ site.dcv_parameters_reference }}target-roi-def/task-setting-name-array.html) Parameter TaskSettingNameArray represents the collection of task setting object names, used to refer to the BarcodeReaderTaskSetting, LabelRecognizerTaskSetting, DocumentNormalizerTaskSetting objects.

Label Recognizer Task Setting

Parameter Name Description
[BaseLabelRecognizerTaskSettingName]({{ site.dcv_parameters_reference }}label-recognizer-task-settings/base-label-recognizer-task-setting-name.html) Represents the name of another LabelRecognizerTaskSetting object to inherit from.
[DictionaryCorrectionThresholds]({{ site.dcv_parameters_reference }}label-recognizer-task-settings/dictionary-correction-thresholds.html) Sets the threshold of dictionary error correction.
[DictionaryPath]({{ site.dcv_parameters_reference }}label-recognizer-task-settings/dictionary-path.html) Sets the path of the dictionary file.
[StringLengthRange]({{ site.dcv_parameters_reference }}label-recognizer-task-settings/string-length-range.html) Sets the range of string lengths for concatenated strings of recognized text lines.
[StringRegExPattern]({{ site.dcv_parameters_reference }}label-recognizer-task-settings/string-regex-pattern.html) Specifies the regular expression pattern for concatenated strings of recognized text lines.
[TextLineSpecificationNameArray]({{ site.dcv_parameters_reference }}label-recognizer-task-settings/text-line-specification-name-array.html) Defines the collection of text line specification object names

Barcode Reader Task Setting

Parameter Name Description
[BarcodeColourModes]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/barcode-colour-modes.html) Defines the barcode colour modes.
[BarcodeComplementModes]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/barcode-complement-modes.html) Defines how to complement the missing parts of a barcode.
[BarcodeFormatIds]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/barcode-format-ids.html) Defines the formats of the barcode to process.
[BaseBarcodeReaderTaskSettingName]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/base-barcode-reader-task-setting-name.html) Represents the name of another BarcodeReaderTaskSetting object to inherit from.
[DeblurLevel]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/deblur-level.html) Defines the efforts used to process the blurriness of the barcode.
[DeblurModes]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/deblur-modes.html) Defines the mode and priority for deblurring.
[DeformationResistingModes]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/deformation-resisting-modes.html) Defines how to handle distorted and deformed barcodes.
[DPMCodeReadingModes]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/dpm-code-reading-modes.html) Defines how to read direct part mark (DPM) barcodes.
[ExpectedBarcodesCount]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/expected-barcodes-count.html) Defines the number of barcodes expected to be detected.
[LocalizationModes]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/localization-modes.html) Defines how to localize barcodes.
[ResultCoordinateType]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/result-coordinate-type.html) Defines the returned coordinate type.
[ReturnBarcodeZoneClarity]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/return-barcode-zone-clarity.html) Defines whether to return the clarity of the barcode zone.
[TextResultOrderModes]({{ site.dcv_parameters_reference }}barcode-reader-task-settings/text-result-order-modes.html) Defines the order of the returned text results.

ImageParameter

Parameter Name Description
[BaseImageParameterName]({{ site.dcv_parameters_reference }}image-parameter/base-image-parameter-name.html) Represents the name of another ImageParameter object to inherit from.
[BinarizationModes]({{ site.dcv_parameters_reference }}image-parameter/binarization-modes.html) Defines the process of binarization
[ColourChannelUsageType]({{ site.dcv_parameters_reference }}image-parameter/colour-channel-usage-type.html) Defines how to use the colour channel from the source image buffer.
[ColourConversionModes]({{ site.dcv_parameters_reference }}image-parameter/colour-conversion-modes.html) Defines how to convert a colour image to a grayscale image.
[GrayscaleEnhancementModes]({{ site.dcv_parameters_reference }}image-parameter/grayscale-enhancement-modes.html) Defines the image processing methods to enhance the quality of the grayscale image.
[GrayscaleTransformationModes]({{ site.dcv_parameters_reference }}image-parameter/grayscale-transformation-modes.html) Defines whether or not to invert the color of the grayscale image.
[IfEraseTextZone]({{ site.dcv_parameters_reference }}image-parameter/if-erase-text-zone.html) Defines whether to erase the detected text zone.
[RegionPredetectionModes]({{ site.dcv_parameters_reference }}image-parameter/region-predetection-modes.html) Defines how to find a region of interest (ROI) within the image or frame.
[ScaleDownThreshold]({{ site.dcv_parameters_reference }}image-parameter/scale-down-threshold.html) Defines the threshold for image shrinking.
[ScaleUpModes]({{ site.dcv_parameters_reference }}image-parameter/scale-up-modes.html) Defines the scale-up process when targets in the image are too small.
[TextDetectionMode]({{ site.dcv_parameters_reference }}image-parameter/text-detection-mode.html) Defines how to detect the text area.
[TextureDetectionModes]({{ site.dcv_parameters_reference }}image-parameter/texture-detection-modes.html) Defines how to detect texture on an image.

TextLine Specification

Parameter Name Description
[ApplicableTextLineNumbers]({{ site.dcv_parameters_reference }}text-line-specification/applicable-text-line-numbers.html) Defines the line numers of the targeting lines which are specified by the TextLineSpecification object.
[BaseTextLineSpecificationName]({{ site.dcv_parameters_reference }}text-line-specification/base-text-line-specification-name.html) Defines the name of another BaseTextLineSpecificationName object.
[CharHeightRange]({{ site.dcv_parameters_reference }}text-line-specification/char-height-range.html) Defines the range of the character height.
[CharacterModelName]({{ site.dcv_parameters_reference }}text-line-specification/character-model-name.html) Defines the name of the character model.
[CharacterNormalizationModes]({{ site.dcv_parameters_reference }}text-line-specification/character-normalization-modes.html) Defines an array of character normalization mode to implement.
[FirstPoint]({{ site.dcv_parameters_reference }}text-line-specification/position.html#firstpoint) The top-left vertex coordinate of the the text line.
[SecondPoint]({{ site.dcv_parameters_reference }}text-line-specification/position.html#secondpoint) The top-right vertex coordinate of the the text line.
[ThirdPoint]({{ site.dcv_parameters_reference }}text-line-specification/position.html#thirdpoint) The bottom-right vertex coordinate of the the text line.
[FourthPoint]({{ site.dcv_parameters_reference }}text-line-specification/position.html#fourthpoint) The bottom-left vertex coordinate of the the text line.

Character Model

Parameter Name Description
[FilterFilePath]({{ site.dcv_parameters_reference }}character-model/filter-file-path.html) Defines the full path of the filter file which specifies the characters to be recognized.

Barcode Format Specification

Parameter Name Description
[AllModuleDeviation]({{ site.dcv_parameters_reference }}barcode-format-specification/all-module-deviation.html) Defines the width deviation value (in moduleSize) of a non-standard 1D barcode type relative to the standard barcode width.
[AustralianPostEncodingTable]({{ site.dcv_parameters_reference }}barcode-format-specification/australian-post-encoding-table.html) Defines the encoding table used to code the Customer Information Field of Australian Post Customer Barcode.
[BarcodeAngleRangeArray]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-angle-range-array.html) Defines the range of angles (in degrees) for barcodes searching and result filtering.
[BarcodeBytesLengthRangeArray]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-bytes-length-range-array.html) Defines the range of barcode bytes length for barcodes searching and result filtering.
[BarcodeHeightRangeArray]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-height-range-array.html) Defines the range of heights (in pixels) for barcodes searching and result filtering.
[BarcodeTextLengthRangeArray]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-text-length-range-array.html) Defines the range of barcode text length for barcodes searching and result filtering.
[BarcodeTextRegExPattern]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-text-regex-pattern.html) Defines the regular expression pattern of barcode text characters for barcodes searching and result filtering.
[BarcodeWidthRangeArray]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-width-range-array.html) Defines the range of widths (in pixels) for barcodes searching and result filtering.
[BarcodeZoneBarCountRangeArray]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-zone-bar-count-range-array.html) Defines the range of bar count of the barcode zone for barcodes searching.
[BarcodeZoneMinDistanceToImageBorders]({{ site.dcv_parameters_reference }}barcode-format-specification/barcode-zone-min-distance-to-image-borders.html) Defines the minimum distance (in pixels) between the barcode zone and image borders.
[Code128Subset]({{ site.dcv_parameters_reference }}barcode-format-specification/code128-subset.html) Defines the subset of Code 128.
[EnableAddOnCode]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-addon-code.html) Defines whether to identify addon code.
[EnableDataMatrixECC000-140]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-data-matrix-ecc000-140.html) Defines whether to read Data Matrix ECC000-140 barcode.
[EnableQRCodeModel1]({{ site.dcv_parameters_reference }}barcode-format-specification/enable-qr-code-model-1.html) Defines whether to read QR code model 1.
[FindUnevenModuleBarcode]({{ site.dcv_parameters_reference }}barcode-format-specification/find-uneven-module-barcode.html) Defines whether to find barcodes with uneven barcode modules.
[HeadModuleRatio]({{ site.dcv_parameters_reference }}barcode-format-specification/head-module-ratio.html) Defines the module count and module size ratio of the barcode head section.
[MinQuietZoneWidth]({{ site.dcv_parameters_reference }}barcode-format-specification/min-quiet-zone-width.html) Defines the minimum width (in moduleSize) of the barcode quiet zone.
[MinRatioOfBarcodeZoneWidthToHeight]({{ site.dcv_parameters_reference }}barcode-format-specification/min-ratio-of-barcode-zone-width-to-height.html) Defines the minimum ratio (width/height as a percentage) of the barcode zone.
[MinResultConfidence]({{ site.dcv_parameters_reference }}barcode-format-specification/min-result-confidence.html) Defines the minimum confidence of the result.
[MirrorMode]({{ site.dcv_parameters_reference }}barcode-format-specification/mirror-mode.html) Defines whether to decode mirrored barcodes.
[ModuleSizeRangeArray]({{ site.dcv_parameters_reference }}barcode-format-specification/module-size-range-array.html) Defines the range of module size (in pixels) while barcode searching and result filtering.
[MSICodeCheckDigitCalculation]({{ site.dcv_parameters_reference }}barcode-format-specification/msi-code-check-digit-calculation.html) Defines the scheme used for calculating a check digit of an MSI barcode.
[PartitionModes]({{ site.dcv_parameters_reference }}barcode-format-specification/partition-modes.html) Defines the mode to apply partition process when decoding QRCode and DataMatrix.
[PatchCodeSearchingMargin]({{ site.dcv_parameters_reference }}barcode-format-specification/patch-code-searching-margins.html) Defines the patch code searching margins.
[RequireStartStopChars]({{ site.dcv_parameters_reference }}barcode-format-specification/require-start-stop-chars.html) Defines whether the start and stop characters are required when searching for common 1D barcodes.
[ReturnPartialBarcodeValue]({{ site.dcv_parameters_reference }}barcode-format-specification/return-partial-barcode-value.html) Defines whether to return partial barcode value(s).
[StandardFormat]({{ site.dcv_parameters_reference }}barcode-format-specification/standard-format.html) Defines the standard barcode format.
[TailModuleRatio]({{ site.dcv_parameters_reference }}barcode-format-specification/tail-module-ratio.html) Defines the module count and module size ratio of the barcode tail section.
[VerifyCheckDigit]({{ site.dcv_parameters_reference }}barcode-format-specification/verify-check-digit.html) Defines whether to verify the check digit in barcodes where this check digit is optional.

Code Parser Task Setting Options

Parameter Name Description
[CodeSpecifications]({{ site.dcv_parameters_reference }}code-parser-task-settings/code-specifications.html) Defines the names of CodeSpecification used for code parsing.
[ResourcesPath]({{ site.dcv_parameters_reference }}code-parser-task-settings/resources-path.html) Defines the directory path that contains the resources needed for code parsing.

Image Source Options

Parameter Name Description
[FileFilter]({{ site.dcv_parameters_reference }}image-source-options/file-filter.html) Defines a file name filter string, which determines which files are fetched.
[PDFReadingMode]({{ site.dcv_parameters_reference }}image-source-options/pdf-reading-mode.html) Defines how to handle PDF files.
[Recursive]({{ site.dcv_parameters_reference }}image-source-options/recursive.html) Defines whether to fetch files recursively.
[Type]({{ site.dcv_parameters_reference }}image-source-options/type.html) Defines the type of the ImageSource object, which helps CVR create the correct type of image source.

Global Parameter

Parameter Name Description
[MaxTotalImageDimension]({{ site.dcv_parameters_reference }}global-parameter/max-total-image-dimension.html) Defines the maximum total dimension of the images that read in the memory.

Shared Parameter

Parameter Name Description
[DirectoryPath]({{ site.dcv_parameters_reference }}shared-parameter/directory-path.html) Defines a path when the library have to read files.
[MaxThreadsInOneTask]({{ site.dcv_parameters_reference }}shared-parameter/max-threads-in-one-task.html) Defines the maximum threads that can be consumed in one task.
[Name]({{ site.dcv_parameters_reference }}shared-parameter/name.html) Represents the name of the top-level objects in Dynamsoft Capture Vision Parameter Template, which serves as its unique identifier.
[SectionImageParameterArray]({{ site.dcv_parameters_reference }}shared-parameter/section-image-parameter-array.html) Defines the image processing algorithms that implemented in the task.
[StartSection]({{ site.dcv_parameters_reference }}shared-parameter/start-section.html) Defines the start section of the algorithm task.
[TerminateSetting]({{ site.dcv_parameters_reference }}shared-parameter/terminate-setting.html) Defines the terminate stages of the task.