Skip to content

Commit a0fc857

Browse files
update to internal commit 808d0392
1 parent ae786f2 commit a0fc857

File tree

10 files changed

+17
-18
lines changed

10 files changed

+17
-18
lines changed

articles/extended-usage/pdf-processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The method [ `SetReaderOptions()` ]({{site.info}}api/Addon_PDF.html#setreaderopt
6363

6464
#### Other methods
6565

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).
6767

6868
## Output as PDF
6969

articles/general-usage/file-import.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ keywords: Dynamic Web TWAIN, Documentation, development, guide, development guid
66
breadcrumbText: Loading Documents from Files
77
description: Dynamic Web TWAIN SDK General Usage Guide - Loading Documents from Files
88
permalink: /extended-usage/file-import.html
9-
redirect_from: /indepth/features/input.html#load-files
109
---
1110

1211
# Loading Documents from Files

articles/general-usage/initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Make sure that this `div` exists in the DOM. The `WebTwain` instance also uses t
8383

8484
## Retrieving the `WebTwain` Object
8585

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.
8787

8888
## Further Reading
8989

File renamed without changes.

indepth/features/OCR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function DoOCR() {
123123
> The following four methods are only effective when the output format is PDF.
124124
125125
* [ `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.
127127

128128
##### Online demo for OCRB
129129

info/api/Addon_BarcodeReader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permalink: /info/api/Addon_BarcodeReader.html
2323

2424
## decode()
2525

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).
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).
2727

2828
**Syntax**
2929

info/api/Addon_PDF.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Please refer to [`EnumDWT_ConvertMode`]({{site.info}}api/Dynamsoft_Enum.html#dyn
6565
---
6666
## GetReaderOptions()
6767

68-
Returns the current PDF reader options. Please refer to [`ReaderOptions`]({{site.info}}/api/interfaces.html#readeroptions).
68+
Returns the current PDF reader options. Please refer to [`ReaderOptions`]({{site.info}}api/interfaces.html#readeroptions).
6969

7070
**Syntax**
7171

@@ -246,7 +246,7 @@ SetReaderOptions(options: ReaderOptions): boolean;
246246
```
247247

248248
**Parameters**
249-
`options`: Please see the [`ReaderOptions`]({{site.info}}/api/interfaces.html#readeroptions) interface.
249+
`options`: Please see the [`ReaderOptions`]({{site.info}}api/interfaces.html#readeroptions) interface.
250250

251251
**Availability**
252252

@@ -403,7 +403,7 @@ Write.Setup(settings: PDFWSettings): boolean;
403403

404404
**Parameters**
405405

406-
`settings`: Configures how the PDF is generated. Please refer to [`PDFWSettings`]({{site.info}}/api/interfaces.html#pdfwsettings).
406+
`settings`: Configures how the PDF is generated. Please refer to [`PDFWSettings`]({{site.info}}api/interfaces.html#pdfwsettings).
407407

408408
**Availability**
409409

info/api/Addon_Webcam.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ When you close the camera, the video stream will stop at the last frame.
314314

315315
## GetCameraControlPropertySetting()
316316

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).
318318

319319
**Syntax**
320320

@@ -356,7 +356,7 @@ GetCameraControlPropertySetting(
356356

357357
## GetCameraControlPropertyMoreSetting()
358358

359-
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).
360360

361361
**Syntax**
362362

@@ -446,7 +446,7 @@ SetCameraControlPropertySetting(
446446

447447
## GetVideoPropertySetting()
448448

449-
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).
450450

451451
**Syntax**
452452

@@ -488,7 +488,7 @@ GetVideoPropertySetting(
488488

489489
## GetVideoPropertyMoreSetting()
490490

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).
492492

493493
**Syntax**
494494

@@ -578,7 +578,7 @@ SetVideoPropertySetting(
578578

579579
## GetFrameRate()
580580

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).
582582

583583
**Syntax**
584584

@@ -614,7 +614,7 @@ GetFrameRate(): FrameRate;
614614

615615
## GetMediaType()
616616

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).
618618

619619
**Syntax**
620620

@@ -650,7 +650,7 @@ GetMediaType(): MediaType;
650650

651651
## GetResolution()
652652

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).
654654

655655
**Syntax**
656656

info/api/WebTwain_Buffer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1772,7 +1772,7 @@ IsBlankImageAsync(index: number,
17721772

17731773
`index`: Specify the image in buffer to be analyzed.
17741774

1775-
`minBlockHeight`: Minimum height of mark to be detected. Default value: 10
1775+
`minBlockHeight`: Minimum height of mark to be detected. Default value: 20
17761776

17771777
`maxBlockHeight`: Maximum height of mark to be detected. Default value: 30
17781778

info/api/WebTwain_IO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2592,9 +2592,9 @@ OutputSelectedAreaAsync(
25922592

25932593
`area`: Area of image to be copied. X,Y is top left corner origin, width and height is size of area to be copied
25942594

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).
25962596

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)
25982598

25992599
**Availability**
26002600

0 commit comments

Comments
 (0)