Skip to content

Commit 7f1e967

Browse files
Merge pull request #244 from dynamsoft-docs/preview
update to internal commit 759b79bd
2 parents 5840b0e + f4adf9c commit 7f1e967

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

features/datamanagement/annotmanagement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permalink: /features/datamanagement/annotmanagement.html
1414

1515
Starting from DDV 2.0, Annotation functionality is supported. This guide introduces some of the key Annotation features. The following functionalities can all be achieved through bulit-in Elements which are related to annotation functionality, this guide only focuses on programming methods.
1616

17-
It is important to note that annotations on the page can be displayed in the UI of either the EditViewer or the BrowseViewer, but they can only be processed through the UI in the EditViewer.Additionally, [built-in Elements related to annotation functionality]({{ site.ui }}default_elements.html#edit-viewer) can only be configured within the UiConfig of the EditViewer.
17+
It is important to note that annotations on the page can be displayed in the UI of either the EditViewer or the BrowseViewer, but they can only be processed through the UI in the EditViewer. Additionally, [built-in Elements related to annotation functionality]({{ site.ui }}default_elements.html#edit-viewer) can only be configured within the UiConfig of the EditViewer.
1818

1919
## Annotation creation
2020

@@ -117,7 +117,7 @@ rect.updateOptions(newRectOptions);
117117

118118
Even after the annotation has been created to the page by [`createAnnotation()`]({{ site.api }}class/annotationmanager.html#createAnnotation), updating the options will lead to instant changes in the displayed annotation on the page.
119119

120-
### Create an annotation instance after cropping
120+
### Create an annotation instance after image cropping
121121

122122
After cropping, if no specific options are passed during the creation of the annotation instance, the generated annotation will use default options, which might result in it being invisible.
123123

features/viewers/annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ rect.updateOptions(newRectOptions);
115115

116116
Even after the annotation has been created by [`createAnnotation()`]({{ site.api }}class/annotationmanager.html#createAnnotation), updating the options will lead to instant changes in the displayed annotation on the page.
117117

118-
### Create an annotation instance after cropping
118+
### Create an annotation instance after image cropping
119119

120120
After cropping, if no specific options are passed during the creation of the annotation instance, the generated annotation will use default options, which might result in it being invisible.
121121

0 commit comments

Comments
 (0)