Skip to content

Commit 145241e

Browse files
authored
Merge pull request #723 from dynamsoft-docs/kyle-ds-patch-1
Update recognise-accompanying-text.md
2 parents 5b9d264 + d913f12 commit 145241e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

parameters/scenario-settings/recognise-accompanying-text.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ JSON template example:
3636
{
3737
"ImageParameter": {
3838
"Name": "ImageParameter1",
39-
"Description": "This is acompanying text demonstrate",
39+
"Description": "This is demonstrating accompanying text.",
4040
"AccompanyingTextRecognitionModes":["ATRM_GENERAL"]
4141
},
4242
"Version": "3.0"
@@ -46,7 +46,7 @@ JSON template example:
4646

4747
In some scenarios, the accompanying text you need is not in the immediate vicinity of the barcode. You can set a custom area to search by using the successfully decoded barcode as a reference via `top`, `bottom`, `left` and `right` values. The unit is in percentage.
4848

49-
Let's take the following image as an example. In this sample image, the information we would like to recognize is within the green box, but it is a relatively far from the barcode. We can specify a custom searching area (marked by the red box) by setting the following arguments:
49+
Let's take the following image as an example. In this sample image, the information we would like to recognize is within the green box, but it is relatively far from the barcode. We can specify a custom searching area (marked by the red box) by setting the following arguments:
5050

5151
`RegionBottom = -150`,
5252
`RegionLeft = -12`,
@@ -60,7 +60,7 @@ Example JSON template:
6060
{
6161
"ImageParameter": {
6262
"Name": "ImageParameter1",
63-
"Description": "This is a acompanying text demonstrate",
63+
"Description": "This is demonstrating accompanying text",
6464
"AccompanyingTextRecognitionModes":[
6565
{
6666
"Mode" : "ATRM_GENERAL",
@@ -76,7 +76,7 @@ Example JSON template:
7676
```
7777
## How to get the result of recognized accompanying text
7878

79-
The result of the accompanying text is stored in the decoding result: [`ExtendedResult`]({{ site.structs }}ExtendedResult.html) -> type `RT_STANDARD_TEXT`. The following code snippet shows how to get the result of recognized accompanying text.
79+
The result of the accompanying text is stored in the decoding result: [`ExtendedResult`]({{ site.structs }}ExtendedResult.html) -> type `RT_STANDARD_TEXT`. The following code snippet shows how to get the result of the recognized accompanying text.
8080

8181
```c++
8282
CBarcodeReader * reader = new CBarcodeReader;

0 commit comments

Comments
 (0)