You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/extended-usage/pdf-processing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ The method [ `SetReaderOptions()` ]({{site.info}}api/Addon_PDF.html#setreaderopt
63
63
64
64
#### Other methods
65
65
66
-
*[`GetReaderOptions()`]({{site.info}}api/Addon_PDF.html#getreaderoptions): This method returns the current [`ReaderOptions`]({{site.info}}/api/interfaces.html#readeroptions).
66
+
*[`GetReaderOptions()`]({{site.info}}api/Addon_PDF.html#getreaderoptions): This method returns the current [`ReaderOptions`]({{site.info}}api/interfaces.html#readeroptions).
Copy file name to clipboardExpand all lines: articles/general-usage/initialization.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Make sure that this `div` exists in the DOM. The `WebTwain` instance also uses t
83
83
84
84
## Retrieving the `WebTwain` Object
85
85
86
-
It is important to access the `WebTwain` object only after it has been instantiated. We can do this by registering the [`OnWebTwainReady`]({{site.api}}/Dynamsoft_WebTwainEnv.html#onwebtwainready) event, then invoking [`GetWebTwain()`]({{site.api}}Dynamsoft_WebTwainEnv.html#getwebtwain) in the callback function. This ensures that we do not try to access the `WebTwain` object before it is instantiated. Once we can access the `WebTwain` object, we can proceed to use powerful features within DWT.
86
+
It is important to access the `WebTwain` object only after it has been instantiated. We can do this by registering the [`OnWebTwainReady`]({{site.api}}Dynamsoft_WebTwainEnv.html#onwebtwainready) event, then invoking [`GetWebTwain()`]({{site.api}}Dynamsoft_WebTwainEnv.html#getwebtwain) in the callback function. This ensures that we do not try to access the `WebTwain` object before it is instantiated. Once we can access the `WebTwain` object, we can proceed to use powerful features within DWT.
Copy file name to clipboardExpand all lines: indepth/features/OCR.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ function DoOCR() {
123
123
> The following four methods are only effective when the output format is PDF.
124
124
125
125
*[`GetIfUseDetectedFont()`]({{site.info}}api/Addon_OCR.html#getifusedetectedfont) & [`SetIfUseDetectedFont()`]({{site.info}}api/Addon_OCR.html#setifusedetectedfont): Whether to use detected fonts in the resulting PDF.
126
-
*[`GetUnicodeFontName()`]({{site.info}}api/Addon_OCR.html#getunicodefontname) & [`SetUnicodeFontName()`](({{site.info}}api/Addon_OCR.html#setunicodefontname)): Returns or sets the font to use.
126
+
*[`GetUnicodeFontName()`]({{site.info}}api/Addon_OCR.html#getunicodefontname) & [`SetUnicodeFontName()`]({{site.info}}api/Addon_OCR.html#setunicodefontname): Returns or sets the font to use.
Read an image in the buffer and try to locate and decode barcode(s) on it. Please refer to [`TextResult`]({{site.info}}/api/interfaces.html#textresult).
26
+
Read an image in the buffer and try to locate and decode barcode(s) on it. Please refer to [`TextResult`]({{site.info}}api/interfaces.html#textresult).
Copy file name to clipboardExpand all lines: info/api/Addon_Webcam.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -314,7 +314,7 @@ When you close the camera, the video stream will stop at the last frame.
314
314
315
315
## GetCameraControlPropertySetting()
316
316
317
-
Return information about the specified camera property. Please refer to [`CameraControlProperty`]({{site.info}}/api/interfaces.html#cameracontrolproperty).
317
+
Return information about the specified camera property. Please refer to [`CameraControlProperty`]({{site.info}}api/interfaces.html#cameracontrolproperty).
Return detailed information about the specified camera property. Please refer to [`CameraControlPropertyExtra`]({{site.info}}/api/interfaces.html#cameracontrolpropertyextra).
359
+
Return detailed information about the specified camera property. Please refer to [`CameraControlPropertyExtra`]({{site.info}}api/interfaces.html#cameracontrolpropertyextra).
Return information about the specified video property. Please refer to [`VideoControlProperty`]({{site.info}}/api/interfaces.html#videocontrolproperty).
449
+
Return information about the specified video property. Please refer to [`VideoControlProperty`]({{site.info}}api/interfaces.html#videocontrolproperty).
450
450
451
451
**Syntax**
452
452
@@ -488,7 +488,7 @@ GetVideoPropertySetting(
488
488
489
489
## GetVideoPropertyMoreSetting()
490
490
491
-
Return detailed information about the specified video property. Please refer to [`VideoControlPropertyExtra`]({{site.info}}/api/interfaces.html#videocontrolpropertyextra).
491
+
Return detailed information about the specified video property. Please refer to [`VideoControlPropertyExtra`]({{site.info}}api/interfaces.html#videocontrolpropertyextra).
492
492
493
493
**Syntax**
494
494
@@ -578,7 +578,7 @@ SetVideoPropertySetting(
578
578
579
579
## GetFrameRate()
580
580
581
-
Return the frame rates supported by the current camera. Please refer to [`FrameRate`]({{site.info}}/api/interfaces.html#framerate).
581
+
Return the frame rates supported by the current camera. Please refer to [`FrameRate`]({{site.info}}api/interfaces.html#framerate).
582
582
583
583
**Syntax**
584
584
@@ -614,7 +614,7 @@ GetFrameRate(): FrameRate;
614
614
615
615
## GetMediaType()
616
616
617
-
Return the media types supported by the current camera. Please refer to [`MediaType`]({{site.info}}/api/interfaces.html#mediatype).
617
+
Return the media types supported by the current camera. Please refer to [`MediaType`]({{site.info}}api/interfaces.html#mediatype).
618
618
619
619
**Syntax**
620
620
@@ -650,7 +650,7 @@ GetMediaType(): MediaType;
650
650
651
651
## GetResolution()
652
652
653
-
Return the resolutions supported by the current camera. Please refer to [`Resolution`]({{site.info}}/api/interfaces.html#resolution).
653
+
Return the resolutions supported by the current camera. Please refer to [`Resolution`]({{site.info}}api/interfaces.html#resolution).
Copy file name to clipboardExpand all lines: info/api/WebTwain_IO.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2592,9 +2592,9 @@ OutputSelectedAreaAsync(
2592
2592
2593
2593
`area`: Area of image to be copied. X,Y is top left corner origin, width and height is size of area to be copied
2594
2594
2595
-
`type`: The target image type of the blob/base64 (See [`Dynamsoft.DWT.EnumDWT_ImageType`]({{site.info}}/api/Dynamsoft_Enum.html#dynamsoftdwtenumdwt_imagetype) for allowable types).
2595
+
`type`: The target image type of the blob/base64 (See [`Dynamsoft.DWT.EnumDWT_ImageType`]({{site.info}}api/Dynamsoft_Enum.html#dynamsoftdwtenumdwt_imagetype) for allowable types).
2596
2596
2597
-
`imageFormatType`: Specify if the return should be Blob or base64 string ([`Dynamsoft.DWT.EnumDWT_ImageFormatType`]({{site.info}}/api/Dynamsoft_Enum.html#dynamsoftdwtenumdwt_imageformattype) for values)
2597
+
`imageFormatType`: Specify if the return should be Blob or base64 string ([`Dynamsoft.DWT.EnumDWT_ImageFormatType`]({{site.info}}api/Dynamsoft_Enum.html#dynamsoftdwtenumdwt_imageformattype) for values)
0 commit comments