Skip to content

Commit dbd43bb

Browse files
authored
Merge pull request #881 from dynamsoft-docs/preview
update to internal commit 728a5638
2 parents b66ea68 + 48cc8b1 commit dbd43bb

18 files changed

+98
-193
lines changed

faq/list-supported-resolution-DPI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ DWTObject.getCapabilities(
4343
function (result) {
4444
for (var i = 0; i < result.length; i++) {
4545
if (result[i].capability.value === Dynamsoft.DWT.EnumDWT_Cap.ICAP_XRESOLUTION) {
46-
if (result[i].conType.label === 'TWON_ENUMERATION') { // If the capability's Vaule Type is Enumeration
46+
if (result[i].conType.label === 'TWON_ENUMERATION') { // If the capability's Value Type is Enumeration
4747
dpi = result[i].values;
4848
console.log(dpi); // The list of supported resolution.
49-
} else if (result[i].conType.label === 'TWON_RANGE') { // If the capability's Vaule Type is Range
49+
} else if (result[i].conType.label === 'TWON_RANGE') { // If the capability's Value Type is Range
5050
max = result[i].maxValue;
5151
min = result[i].minValue;
5252
step = result[i].stepSize;

info/api/Addon_BarcodeReader.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ permalink: /info/api/Addon_BarcodeReader.html
1414
1515
**Methods**
1616

17-
| |
18-
| :----------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
17+
1918
| [`decode()`]({{site.info}}api/Addon_BarcodeReader.html#decode) | [`getRuntimeSettings()`]({{site.info}}api/Addon_BarcodeReader.html#getruntimesettings) | [`updateRuntimeSettings()`]({{site.info}}api/Addon_BarcodeReader.html#updateruntimesettings) |
2019
| [`resetRuntimeSettings()`]({{site.info}}api/Addon_BarcodeReader.html#resetruntimesettings) | [`initRuntimeSettingsWithString()`]({{site.info}}api/Addon_BarcodeReader.html#initruntimesettingswithstring) |
2120

info/api/Addon_Camera.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ Check out [MediaDevices Cameras]({{site.indepth}}features/input.html#use-mediade
2323

2424
**Methods**
2525

26-
| |
27-
| :---------------------------------- | :---------------------------------- | ------------------------------------------------- | --------------------------------- |
26+
2827
| [`getSourceList()`](#getsourcelist) | [`selectSource()`](#selectsource) | [`getCurrentSource()`](#getcurrentsource) | [`closeSource()`](#closesource) |
2928
| [`getResolution()`](#getresolution) | [`setResolution()`](#setresolution) | [`getCurrentResolution()`](#getcurrentresolution) | [`play()`](#play) |
3029
| [`pause()`](#pause) | [`resume()`](#resume) | [`stop()`](#stop) | [`getStatus()`](#getstatus) |
@@ -33,8 +32,7 @@ Check out [MediaDevices Cameras]({{site.indepth}}features/input.html#use-mediade
3332

3433
**Events**
3534

36-
| |
37-
| :-------------------------------- | :-------------------------- |
35+
3836
| [`video-closed`](#video-closed) | [`video-error`](#video-error) |
3937

4038
---

info/api/Addon_OCR.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ For Server Side OCR, check out [Server-Side OCR](#server-side).
1616

1717
**Methods**
1818

19-
| |
20-
| :-------------------------------------------- | :-------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
19+
2120
| [`Download()`](#download) | [`DownloadLangData()`](#downloadlangdata) | [`IsModuleInstalled()`](#ismoduleinstalled) | [`SetLanguage()`](#setlanguage) |
2221
| [`SetOutputFormat()`](#setoutputformat) | [`SetPageSetMode()`](#setpagesetmode) | [`GetIfUseDetectedFont()`](#getifusedetectedfont) | [`SetIfUseDetectedFont()`](#setifusedetectedfont) |
2322
| [`GetUnicodeFontName()`](#getunicodefontname) | [`SetUnicodeFontName()`](#setunicodefontname) | [`GetMinFontSizeforMoreAccurateResult()`](#getminfontsizeformoreaccurateresult) | [`SetMinFontSizeforMoreAccurateResult()`](#setminfontsizeformoreaccurateresult) |

info/api/Addon_OCRPro.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ For Server Side OCR, check out [Server-Side OCR](#server-side)
1616

1717
**Methods**
1818

19-
| |
20-
| :---------------------------------- | :------------------------------------------ | ------------------------------------------------------- |
19+
2120
| [`Download()`](#download) | [`IsModuleInstalled()`](#ismoduleinstalled) | [`Recognize()`](#recognize) |
2221
| [`RecognizeFile()`](#recognizefile) | [`RecognizeRect()`](#recognizerect) | [`RecognizeSelectedImages()`](#recognizeselectedimages) |
2322

2423
**Properties**
2524

26-
| |
27-
| :---------------------- |
25+
2826
| [`Settings`](#settings) |
2927

3028
---

info/api/Addon_PDF.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ permalink: /info/api/Addon_PDF.html
1414
1515
**Methods**
1616

17-
| |
18-
| :------------------------------------ | :------------------------------------------ | ------------------------------------- | ------------------------------------- |
17+
1918
| [`GetConvertMode()`](#getconvertmode) | [`GetReaderOptions()`](#getreaderoptions) | [`IsModuleInstalled()`](#ismoduleinstalled) | [`IsTextBasedPDF()`](#istextbasedpdf) |
2019
| [`SetConvertMode()`](#setconvertmode) | [`SetPassword()`](#setpassword) | [`SetResolution()`](#setresolution) | [`Write.Setup()`](#writesetup) |
2120
| [`SetReaderOptions()`](#setreaderoptions) |

info/api/Addon_Webcam.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ permalink: /info/api/Addon_Webcam.html
1414
1515
**Methods**
1616

17-
| |
18-
| :------------------------------------------------------ | :-------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
17+
1918
| [`CaptureImage()`](#captureimage) | [`OpenSource()`](#opensource) | [`CloseSource()`](#closesource) | [`GetCameraControlPropertySetting()`](#getcameracontrolpropertysetting) |
2019
| [`GetCameraControlPropertyMoreSetting()`](#getcameracontrolpropertymoresetting) | [`GetVideoPropertySetting()`](#getvideopropertysetting) | [`GetVideoPropertyMoreSetting()`](#getvideopropertymoresetting) | [`SetCameraControlPropertySetting()`](#setcameracontrolpropertysetting) |
2120
| [`SetVideoPropertySetting()`](#setvideopropertysetting) | [`GetFrameRate()`](#getframerate) | [`SetFrameRate()`](#setframerate) | [`GetMediaType()`](#getmediatype) |

info/api/Device.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ interface Device {
3131

3232
**Methods**
3333

34-
| |
35-
| :------------------------------------------------ | :------------------------------------------ | ----------------------------------------------- | --------------------------------------------------------- |
34+
3635
| [`DeviceObject.acquireImage()`](#deviceobject.acquireimage) |
3736

3837
---

info/api/Dynamsoft_FileUploader.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ The FileUploader library is installed with Dynamsoft Service by default, therefo
8585

8686
**Methods**
8787

88-
| |
89-
| :-------------------- | :-------------------------------------- | --------------------------------------------------------- |
88+
9089
| [`CreateJob()`](#createjob) | [`Run()`](#run) | [`Cancel()`](#cancel) |
9190
| [`CancelAllUpload()`](#cancelallupload) | | |
9291

info/api/Dynamsoft_WebTwainEnv.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,15 @@ permalink: /info/api/Dynamsoft_WebTwainEnv.html
1313
1414
**Methods**
1515

16-
| | | | |
17-
|---------------------------------------|-------------------------------------------|---------------------------------------|------------------------------------|
16+
1817
| [`CreateDWTObject()`](#createdwtobject) | [`CreateDWTobjectEx()`](#createdwtobjectex) | [`DeleteDWTObject()`](#deletedwtobject) | [`GetWebTwain()`](#getwebtwain) |
1918
| [`Load()`](#load) | [`RegisterEvent()`](#registerevent) | [`Unload()`](#unload) | |
2019

2120
<!-- [`UpdateCert()`](#updatecert) -->
2221

2322
**Properties**
2423

25-
| | | | |
26-
|-----------------------------------------|-----------------------------------------------------|------------------------------------------------------------|---------------------------------|
24+
2725
| [`Autoload`](#autoload) | [`Containers`](#containers) | [`CustomizableDisplayInfo`](#customizabledisplayinfo) | [`DeviceFriendlyName`](#devicefriendlyname) |
2826
| [`Host`](#host) | [`IfAddMD5InUploadHeader`](#ifaddmd5inuploadheader) | [`IfConfineMaskWithinTheViewer`](#ifconfinemaskwithintheviewer) | [`IfUseActiveXForIE10Plus`](#ifuseactivexforie10plus) |
2927
| [`JSVersion`](#jsversion) | [`ProductKey`](#productkey) | [`ResourcesPath`](#resourcespath) | [`ServiceInstallerLocation`](#serviceinstallerlocation) |
@@ -32,8 +30,7 @@ permalink: /info/api/Dynamsoft_WebTwainEnv.html
3230

3331
**Events**
3432

35-
| | | | |
36-
|---------------------------------------|---------------------------------------|-----------------------------|----------------------------|
33+
3734
| [`OnWebTwainReady`](#onwebtwainready) | [`OnWebTwainError`](#onwebtwainerror) | [`OnWebTwainPostExecute`](#onwebtwainpostexecute) | [`OnWebTwainPreExecute`](#onwebtwainpreexecute) |
3835

3936

0 commit comments

Comments
 (0)