Skip to content

Commit

Permalink
Merge pull request #31 from dynamsoft-docs/preview
Browse files Browse the repository at this point in the history
update to internal commit 158c108f
  • Loading branch information
DMGithubPublisher authored May 30, 2024
2 parents cddc414 + 3203451 commit 683108c
Show file tree
Hide file tree
Showing 30 changed files with 1,407 additions and 256 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ dcv_parameters_reference: /capture-vision/docs/core/parameters/reference/
dcv_cpp_api: /capture-vision/docs/server/programming/cplusplus/api-reference/
dcv_dotnet_api: /capture-vision/docs/server/programming/dotnet/api-reference/
dcv_arch: /capture-vision/docs/core/architecture/
dcv_introduction: /capture-vision/docs/core/introduction/

assets: /label-recognition/docs/server/assets/
edit_icon: /label-recognition/docs/server/assets/img-icon/edit-icon.png
Expand Down
1 change: 1 addition & 0 deletions _data/full_tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tree_file_list:
- sidelist-programming/programming-cpp-v3.2.10.html
- sidelist-programming/programming-cpp.html
- sidelist-programming/programming-dotnet-v1.2.1.html
- sidelist-programming/programming-dotnet-v2.0.0.html
- sidelist-programming/programming-dotnet.html
- sidelist-programming/programming-java-v1.2.1.html
- sidelist-programming/programming-java.html
3 changes: 2 additions & 1 deletion _data/product_version.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
useGroupedVersion: true

version_info_list:
- value: latest version(3.2.20)
- value: latest version(3.2.30)
- value: 3.x
child:
- 3.2.20_cplusplus
- 3.2.10_cplusplus
- 3.2.0_cplusplus
- 3.0.30_cplusplus
Expand Down
15 changes: 15 additions & 0 deletions _includes/release-notes/dotnet-highlight-3.2.30.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

`DynamsoftLabelRecognizer` SDK has been revamped to integrate with `DynamsoftCaptureVision (DCV)` architecture, which is newly established to aggregate the features of functional products powered by Dynamsoft. The features are designed to be pluggable, customizable and interactable. In addition, the functional products share the computation so that their processing speed is much higher than working individually.

* `DynamsoftCaptureVision` architecture consists of:
* `ImageSourceAdapter(ISA)`, the standard input interface for you to convert image data from different sources into the standard input image data. In addition, `ISA` incorporates an image buffer management system that allows instant access to the buffered image data.
* `CaptureVisionRouter (CVR)`, an engine for you to update templates, retrieve images from `ISA`, coordinate corresponding functional products and dispatch the results to the receivers.
* Functional products that perform image processing, content understanding and semantic processing. The functional products are pluggable and passively called by CVR when they are required.
* Result receiver interfaces. You can implement `CapturedResultReceiver (CRR)` to receive the `CapturedResults` that output when the processing on an image is finalized.
* The parameter template system has been comprehensively upgraded.
* Multiple algorithm task settings are available. You can define barcode decoding, label recognizing, document scanning and semantic processing tasks in one template file.
* Extended the feature of the ROI system. By configuring the `target ROI` parameters, you can not only specify an `ROI` on the original image but also define the dependencies of the algorithm tasks. This feature enables you to customize the workflow when processing complex scenarios.
* The image processing parameters are separated from the task parameters so that the template settings become more clear and concise.
* The `intermediate result` system has been improved.
* Achieved the `intermediate result` sharing between different functional products. The results that have the same image source and processing parameters are directly reused, which speeds up the image processing workflow. You don’t need to add any additional code to enable the `intermediate result` sharing. The library can recognize all the reusable results automatically based on the template file you uploaded.

2 changes: 1 addition & 1 deletion _includes/sidelist-programming/programming-cpp-v3.2.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
<li><a>Enums</a>
<ul>
<li><a href="{{ site.dcv_enumerations }}capture-vision-router/capture-state.html?lang=cpp" class="otherLinkColour">CaptureState</a></li>
<li><a href="{{ site.dcv_enumerations }}capture-vision-router/image-source-state.html?lang=cpp" class="otherLinkColour">ImageSourceState</a></li>
</ul>
</li>

Expand Down Expand Up @@ -266,7 +267,6 @@
<li><a href="{{ site.dcv_enumerations }}core/grayscale-transformation-mode.html?lang=cpp" class="otherLinkColour">GrayscaleTransformationMode</a></li>
<li><a href="{{ site.dcv_enumerations }}core/image-capture-distance-mode.html?lang=cpp" class="otherLinkColour">ImageCaptureDistanceMode</a></li>
<li><a href="{{ site.dcv_enumerations }}core/image-pixel-format.html?lang=cpp" class="otherLinkColour">ImagePixelFormat</a></li>
<li><a href="{{ site.dcv_enumerations }}core/image-source-state.html?lang=cpp" class="otherLinkColour">ImageSourceState</a></li>
<li><a href="{{ site.dcv_enumerations }}core/image-tag-type.html?lang=cpp" class="otherLinkColour">ImageTagType</a></li>
<li><a href="{{ site.dcv_enumerations }}core/intermediate-result-unit-type.html?lang=cpp" class="otherLinkColour">IntermediateResultUnitType</a></li>
<li><a href="{{ site.dcv_enumerations }}core/pdf-reading-mode.html?lang=cpp" class="otherLinkColour">PDFReadingMode</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
<li><a>Enums</a>
<ul>
<li><a href="{{ site.dcv_enumerations }}capture-vision-router/capture-state.html?lang=cpp" class="otherLinkColour">CaptureState</a></li>
<li><a href="{{ site.dcv_enumerations }}capture-vision-router/image-source-state.html?lang=cpp" class="otherLinkColour">ImageSourceState</a></li>
</ul>
</li>

Expand Down Expand Up @@ -266,7 +267,6 @@
<li><a href="{{ site.dcv_enumerations }}core/grayscale-transformation-mode.html?lang=cpp" class="otherLinkColour">GrayscaleTransformationMode</a></li>
<li><a href="{{ site.dcv_enumerations }}core/image-capture-distance-mode.html?lang=cpp" class="otherLinkColour">ImageCaptureDistanceMode</a></li>
<li><a href="{{ site.dcv_enumerations }}core/image-pixel-format.html?lang=cpp" class="otherLinkColour">ImagePixelFormat</a></li>
<li><a href="{{ site.dcv_enumerations }}core/image-source-state.html?lang=cpp" class="otherLinkColour">ImageSourceState</a></li>
<li><a href="{{ site.dcv_enumerations }}core/image-tag-type.html?lang=cpp" class="otherLinkColour">ImageTagType</a></li>
<li><a href="{{ site.dcv_enumerations }}core/intermediate-result-unit-type.html?lang=cpp" class="otherLinkColour">IntermediateResultUnitType</a></li>
<li><a href="{{ site.dcv_enumerations }}core/pdf-reading-mode.html?lang=cpp" class="otherLinkColour">PDFReadingMode</a></li>
Expand Down
2 changes: 1 addition & 1 deletion _includes/sidelist-programming/programming-cpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
<li><a>Enums</a>
<ul>
<li><a href="{{ site.dcv_enumerations }}capture-vision-router/capture-state.html?lang=cpp" class="otherLinkColour">CaptureState</a></li>
<li><a href="{{ site.dcv_enumerations }}capture-vision-router/image-source-state.html?lang=cpp" class="otherLinkColour">ImageSourceState</a></li>
</ul>
</li>

Expand Down Expand Up @@ -271,7 +272,6 @@
<li><a href="{{ site.dcv_enumerations }}core/grayscale-transformation-mode.html?lang=cpp" class="otherLinkColour">GrayscaleTransformationMode</a></li>
<li><a href="{{ site.dcv_enumerations }}core/image-capture-distance-mode.html?lang=cpp" class="otherLinkColour">ImageCaptureDistanceMode</a></li>
<li><a href="{{ site.dcv_enumerations }}core/image-pixel-format.html?lang=cpp" class="otherLinkColour">ImagePixelFormat</a></li>
<li><a href="{{ site.dcv_enumerations }}core/image-source-state.html?lang=cpp" class="otherLinkColour">ImageSourceState</a></li>
<li><a href="{{ site.dcv_enumerations }}core/image-tag-type.html?lang=cpp" class="otherLinkColour">ImageTagType</a></li>
<li><a href="{{ site.dcv_enumerations }}core/intermediate-result-unit-type.html?lang=cpp" class="otherLinkColour">IntermediateResultUnitType</a></li>
<li><a href="{{ site.dcv_enumerations }}core/pdf-reading-mode.html?lang=cpp" class="otherLinkColour">PDFReadingMode</a></li>
Expand Down
31 changes: 31 additions & 0 deletions _includes/sidelist-programming/programming-dotnet-v2.0.0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<li lang="dotnet" class="category">DEVELOPMENT</li>
<li lang="dotnet" ><a href="{{ site.dlr_dotnet }}user-guide.html" class="otherLinkColour">User Guide</a></li>

<li lang="dotnet" ><a href="{{ site.dlr_dotnet_api }}" class="otherLinkColour">API Reference</a>
<ul>
<li><a href="{{ site.dlr_dotnet_api }}label-recognizer.html" class="otherLinkColour">LabelRecognizer</a></li>
<li><a style="cursor:pointer;color:#3c3c3c">Auxiliary Classes</a>
<ul>
<li><a href="{{ site.dlr_dotnet_api }}quadrilateral.html" class="otherLinkColour">Quadrilateral</a></li>
<li><a href="{{ site.dlr_dotnet_api }}image-data.html" class="otherLinkColour">ImageData</a></li>
<li><a href="{{ site.dlr_dotnet_api }}barcode-result.html" class="otherLinkColour">BarcodeResult</a></li>
<li><a href="{{ site.dlr_dotnet_api }}label-recognizer-exception.html" class="otherLinkColour">LabelRecognizerException</a></li>
<li><a href="{{ site.dlr_dotnet_api }}dlr-runtime-settings.html" class="otherLinkColour">DLR_RuntimeSettings</a></li>
<li><a href="{{ site.dlr_dotnet_api }}dlr-reference-region.html" class="otherLinkColour">DLR_ReferenceRegion</a></li>
<li><a href="{{ site.dlr_dotnet_api }}dlr-result.html" class="otherLinkColour">DLR_Result</a></li>
<li><a href="{{ site.dlr_dotnet_api }}dlr-line-result.html" class="otherLinkColour">DLR_LineResult</a></li>
<li><a href="{{ site.dlr_dotnet_api }}dlr-character-result.html" class="otherLinkColour">DLR_CharacterResult</a></li>
<li><a href="{{ site.dlr_dotnet_api }}dlr-dictionary-correction-threshold.html" class="otherLinkColour">DLR_DictionaryCorrectionThreshold</a></li>
<li><a href="{{ site.dlr_dotnet_api }}dlr-further-modes.html" class="otherLinkColour">DLR_FurtherModes</a></li>
</ul>
</li>
</ul>
</li>
<li lang="dotnet" class="category">USEFUL RESOURCES</li>

<li lang="dotnet" ><a href="{{ site.dlr_dotnet_release_notes }}" class="otherLinkColour">Release Notes</a>
<ul>
<li><a href="{{ site.dlr_dotnet_release_notes }}dotnet-2.html" class="otherLinkColour">Version 2.x</a></li>
<li><a href="{{ site.dlr_dotnet_release_notes }}dotnet-1.html" class="otherLinkColour">Version 1.x</a></li>
</ul>
</li>
Loading

0 comments on commit 683108c

Please sign in to comment.