Skip to content

Commit 7db5057

Browse files
Merge pull request #179 from dynamsoft-docs/preview
Preview
2 parents e7986f6 + f3585f0 commit 7db5057

File tree

5 files changed

+27
-2
lines changed

5 files changed

+27
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
push:
99
branches:
1010
- master
11-
- preview
11+
#- preview
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
.DS_Store
3+
/.vs
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
3+
- Introduced the capability for users to influence the image processing process by altering intermediate results. Users can now clone, edit, and substitute intermediate result units within the callback function of each type. Subsequent operations will then proceed based on the updated unit.
4+
- Introduced a feature for multi-condition filtering across products. Users can now specify filtering criteria for the task results of a `TargetROIDef` by implementing an `OutputTaskSetting` based on the task results of varying products from descendant `TargetROIDef` objects.
5+
- Enhanced the `Offset` parameter in `TargetROIDef`. Users now have the capability to meticulously customize components of the coordinate system, including the origin, X-axis, and Y-axis, for precise offset calculation.
6+
- Introduced a feature for grouping text lines. A text line group consists of spatially adjacent lines of text. Through the `TextLineSpecification` parameters, users can now do two things:
7+
- Put text lines in groups and also define the spatial relationship between different groups;
8+
- Specify whether to concatenate text line results within a group, how to do the concatenation and whether to output the concatenated result.
9+
10+

parameters/reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ permalink: /parameters/reference/index.html
6363
| Parameter Name | Description |
6464
| ------------------------------------------------------------------------------------- | ----------- |
6565
| [`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. |
66-
| [`DirectoryPath`]({{ site.dcv_parameters_reference }}character-model/directory-path.md) | Defines the path of character models. |
66+
| [`DirectoryPath`]({{ site.dcv_parameters_reference }}character-model/directory-path.html) | Defines the path of character models. |
6767
| [`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. |
6868

6969
## ImageParameter

release-notes/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ needAutoGenerateSidebar: false
88

99
# Release Notes
1010

11+
## 3.2
12+
13+
> First released: 01-16-2024
14+
15+
### Highlights
16+
17+
{%- include release-notes/product-highlight-3.2.0.md -%}
18+
19+
| Versions | Available Editions |
20+
| -------- | ---------------------------------------------------------- |
21+
| 3.2.0 | [C++]({{site.cpp}}release-notes/cpp-3.html#320-01162024){:target="_blank"} |
22+
1123
## 3.0
1224

1325
> First released: 07-04-2023

0 commit comments

Comments
 (0)