Skip to content

Commit 99485f8

Browse files
v2
1 parent fe2077d commit 99485f8

22 files changed

Lines changed: 1202 additions & 2140 deletions

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,12 @@ jobs:
3131
doc-repo: label-recognition-docs-server
3232
doc-url: label-recognition/docs/server
3333
secrets: inherit
34+
Build-v2:
35+
if: ${{ github.ref == 'refs/heads/v2' }}
36+
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-production.yml@DCV-v2
37+
with:
38+
doc-repo: label-recognition-docs-server
39+
doc-url: label-recognition/docs/v2/server
40+
doc-branch: v2
41+
secrets: inherit
3442

_config.yml

Lines changed: 30 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,49 @@
1-
repositoryUrl: https://github.com/dynamsoft-docs/label-recognition-docs-server/blob/main
1+
repositoryUrl: https://github.com/dynamsoft-docs/label-recognition-docs-server/blob/v2
22
repository: Dynamsoft-docs/label-recognition-docs-server
3-
docFullPath: https://www.dynamsoft.com/label-recognition/docs/server
4-
firstLevelUrl: /label-recognition/docs/server
5-
docHomePage: /label-recognition/docs/core/introduction/
3+
docFullPath: https://www.dynamsoft.com/label-recognition/docs/v2/server
4+
firstLevelUrl: /label-recognition/docs/v2/server
5+
docHomePage: /label-recognition/docs/v2/core/introduction/
66
needSearchIndex: true
77
searchNeedFilter: true
88

9-
dlr_introduction: /label-recognition/docs/core/introduction/
10-
dlr_enumerations: /label-recognition/docs/core/parameters/enum/
11-
dlr_parameters_reference: /label-recognition/docs/core/parameters/reference/
129

13-
dlr_programming: /label-recognition/docs/server/programming/
1410

15-
dlr_c_cplusplus_api_reference: /label-recognition/docs/server/programming/c-cplusplus/api-reference/
16-
dlr_c_functions: /label-recognition/docs/server/programming/c-cplusplus/api-reference/c-functions/
17-
dlr_cpp_methods: /label-recognition/docs/server/programming/c-cplusplus/api-reference/c-label-recognition-class/
18-
dlr_c_cplusplus_structs: /label-recognition/docs/server/programming/c-cplusplus/api-reference/structs/
19-
dlr_c_cplusplus_release_notes: /label-recognition/docs/server/programming/c-cplusplus/release-notes/
11+
dlr_cpp: /label-recognition/docs/v2/server/programming/cplusplus/
12+
dlr_cpp_api: /label-recognition/docs/v2/server/programming/cplusplus/api-reference/
13+
dlr_cpp_release_notes: /label-recognition/docs/v2/server/programming/cplusplus/release-notes/
2014

21-
dlr_cpp: /label-recognition/docs/server/programming/cplusplus/
22-
dlr_cpp_api: /label-recognition/docs/server/programming/cplusplus/api-reference/
23-
dlr_cpp_release_notes: /label-recognition/docs/server/programming/cplusplus/release-notes/
15+
dlr_dotnet: /label-recognition/docs/v2/server/programming/dotnet/
16+
dlr_dotnet_api: /label-recognition/docs/v2/server/programming/dotnet/api-reference/
17+
dlr_dotnet_release_notes: /label-recognition/docs/v2/server/programming/dotnet/release-notes/
2418

25-
dlr_c: /label-recognition/docs/server/programming/c/
26-
dlr_c_api: /label-recognition/docs/server/programming/c/api-reference/
19+
dlr_java: /label-recognition/docs/v2/server/programming/java/
20+
dlr_java_api: /label-recognition/docs/v2/server/programming/java/api-reference/
21+
dlr_java_release_notes: /label-recognition/docs/v2/server/programming/java/release-notes/
2722

28-
dlr_dotnet: /label-recognition/docs/server/programming/dotnet/
29-
dlr_dotnet_api: /label-recognition/docs/server/programming/dotnet/api-reference/
30-
dlr_dotnet_release_notes: /label-recognition/docs/server/programming/dotnet/release-notes/
23+
dlr_python: /label-recognition/docs/v2/server/programming/python/
24+
dlr_python_api: /label-recognition/docs/v2/server/programming/python/api-reference/
25+
dlr_python_release_notes: /label-recognition/docs/v2/server/programming/python/release-notes/
3126

32-
dlr_java: /label-recognition/docs/server/programming/java/
33-
dlr_java_api: /label-recognition/docs/server/programming/java/api-reference/
34-
dlr_java_release_notes: /label-recognition/docs/server/programming/java/release-notes/
27+
dcvb_enumerations: /capture-vision/docs/v2/core/enums/
28+
dcvb_parameters_reference: /capture-vision/docs/v2/core/parameters/reference/
3529

36-
dlr_python: /label-recognition/docs/server/programming/python/
37-
dlr_python_api: /label-recognition/docs/server/programming/python/api-reference/
38-
dlr_python_release_notes: /label-recognition/docs/server/programming/python/release-notes/
30+
dcvb_cpp_api: /capture-vision/docs/v2/server/programming/cplusplus/api-reference/
31+
dcvb_dotnet_api: /capture-vision/docs/v2/server/programming/dotnet/api-reference/
32+
dcvb_python_api: /capture-vision/docs/v2/server/programming/python/api-reference/
3933

40-
dcvb_enumerations: /capture-vision/docs/core/enums/
41-
dcvb_parameters_reference: /capture-vision/docs/core/parameters/reference/
42-
43-
dcvb_cpp_api: /capture-vision/docs/server/programming/cplusplus/api-reference/
44-
dcvb_dotnet_api: /capture-vision/docs/server/programming/dotnet/api-reference/
45-
dcvb_python_api: /capture-vision/docs/server/programming/python/api-reference/
46-
dcvb_arch: /capture-vision/docs/core/architecture/
47-
dcvb_introduction: /capture-vision/docs/core/introduction/
48-
49-
assets: /label-recognition/docs/server/assets/
50-
edit_icon: /label-recognition/docs/server/assets/img-icon/edit-icon.png
51-
smile_icon: /label-recognition/docs/server/assets/img-icon/icon-smile.png
52-
sad_icon: /label-recognition/docs/server/assets/img-icon/icon-sad.png
53-
dbr_icon: /label-recognition/docs/server/server/assets/img-icon/icon-dbr.svg
54-
dwt_icon: /label-recognition/docs/assets/img-icon/icon-dwt.svg
55-
dnt_icon: /label-recognition/docs/server/assets/img-icon/icon-dnt.svg
34+
assets: /label-recognition/docs/v2/server/assets/
35+
edit_icon: /label-recognition/docs/v2/server/assets/img-icon/edit-icon.png
36+
smile_icon: /label-recognition/docs/v2/server/assets/img-icon/icon-smile.png
37+
sad_icon: /label-recognition/docs/v2/server/assets/img-icon/icon-sad.png
38+
dbr_icon: /label-recognition/docs/v2/server/assets/img-icon/icon-dbr.svg
39+
dwt_icon: /label-recognition/docs/v2/server/assets/img-icon/icon-dwt.svg
40+
dnt_icon: /label-recognition/docs/v2/server/assets/img-icon/icon-dnt.svg
5641

5742
useVersionTree: false
5843
isDCV: true
44+
useJSVersionV3: true
5945

60-
baseurl: "/label-recognition/docs/server"
46+
baseurl: "/label-recognition/docs/v2/server"
6147

6248
plugins:
6349
- jemoji

_includes/dlrNav.html

Lines changed: 0 additions & 86 deletions
This file was deleted.

index.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 94 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,94 @@
1-
---
2-
layout: default-layout
3-
title: CCharacterResult - Dynamsoft Label Recognizer Classes
4-
description: The class CCharacterResult of Dynamsoft Label Recognizer represents the result of a character recognition process.
5-
keywords: Character result
6-
needGenerateH3Content: true
7-
needAutoGenerateSidebar: true
8-
noTitleIndex: true
9-
breadcrumbText: CCharacterResult
10-
---
11-
12-
13-
14-
# CCharacterResult
15-
16-
The `CCharacterResult` class represents the result of a character recognition process. It contains the characters recognized (high, medium, and low confidence), their respective confidences, and the location of the character in a quadrilateral shape.
17-
18-
## Definition
19-
20-
*Namespace:* dynamsoft::dlr
21-
22-
*Assembly:* DynamsoftLabelRecognizer
23-
24-
```cpp
25-
class CCharacterResult
26-
```
27-
28-
## Attributes
29-
30-
| Attribute | Type |
31-
|---------- | ---- |
32-
| [`characterH`](#characterh) | *char* |
33-
| [`characterM`](#characterm) | *char* |
34-
| [`characterL`](#characterl) | *char* |
35-
| [`location`](#location) | *CQuadrilateral* |
36-
| [`characterHConfidence`](#characterhconfidence) | *int* |
37-
| [`characterMConfidence`](#charactermconfidence) | *int* |
38-
| [`characterLConfidence`](#characterlconfidence) | *int* |
39-
40-
### characterH
41-
42-
The character with high confidence.
43-
44-
```cpp
45-
char characterH
46-
```
47-
48-
### characterM
49-
50-
The character with medium confidence.
51-
52-
```cpp
53-
char characterM
54-
```
55-
56-
### characterL
57-
58-
The character with low confidence.
59-
60-
```cpp
61-
char characterL
62-
```
63-
64-
### location
65-
66-
The location of the character in a quadrilateral shape.
67-
68-
```cpp
69-
CQuadrilateral location
70-
```
71-
72-
### characterHConfidence
73-
74-
The confidence of the character with high confidence.
75-
76-
```cpp
77-
int characterHConfidence
78-
```
79-
80-
### characterMConfidence
81-
82-
The confidence of the character with medium confidence.
83-
84-
```cpp
85-
int characterMConfidence
86-
```
87-
88-
### characterLConfidence
89-
90-
The confidence of the character with low confidence.
91-
92-
```cpp
93-
int characterLConfidence
94-
```
1+
---
2+
layout: default-layout
3+
title: CCharacterResult - Dynamsoft Label Recognizer Classes
4+
description: The class CCharacterResult of Dynamsoft Label Recognizer represents the result of a character recognition process.
5+
keywords: Character result
6+
needGenerateH3Content: true
7+
needAutoGenerateSidebar: true
8+
noTitleIndex: true
9+
breadcrumbText: CCharacterResult
10+
---
11+
12+
13+
14+
# CCharacterResult
15+
16+
The `CCharacterResult` class represents the result of a character recognition process. It contains the characters recognized (high, medium, and low confidence), their respective confidences, and the location of the character in a quadrilateral shape.
17+
18+
## Definition
19+
20+
*Namespace:* dynamsoft::dlr
21+
22+
*Assembly:* DynamsoftLabelRecognizer
23+
24+
```cpp
25+
class CCharacterResult
26+
```
27+
28+
## Attributes
29+
30+
| Attribute | Type |
31+
|---------- | ---- |
32+
| [`characterH`](#characterh) | *char* |
33+
| [`characterM`](#characterm) | *char* |
34+
| [`characterL`](#characterl) | *char* |
35+
| [`location`](#location) | *CQuadrilateral* |
36+
| [`characterHConfidence`](#characterhconfidence) | *int* |
37+
| [`characterMConfidence`](#charactermconfidence) | *int* |
38+
| [`characterLConfidence`](#characterlconfidence) | *int* |
39+
40+
### characterH
41+
42+
The character with high confidence.
43+
44+
```cpp
45+
char characterH
46+
```
47+
48+
### characterM
49+
50+
The character with medium confidence.
51+
52+
```cpp
53+
char characterM
54+
```
55+
56+
### characterL
57+
58+
The character with low confidence.
59+
60+
```cpp
61+
char characterL
62+
```
63+
64+
### location
65+
66+
The location of the character in a quadrilateral shape.
67+
68+
```cpp
69+
CQuadrilateral location
70+
```
71+
72+
### characterHConfidence
73+
74+
The confidence of the character with high confidence.
75+
76+
```cpp
77+
int characterHConfidence
78+
```
79+
80+
### characterMConfidence
81+
82+
The confidence of the character with medium confidence.
83+
84+
```cpp
85+
int characterMConfidence
86+
```
87+
88+
### characterLConfidence
89+
90+
The confidence of the character with low confidence.
91+
92+
```cpp
93+
int characterLConfidence
94+
```

0 commit comments

Comments
 (0)