Skip to content

Commit ba36f1f

Browse files
Merge pull request #964 from dynamsoft-docs/preview
sync from preview
2 parents 291c6fb + 3a65422 commit ba36f1f

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

_articles/extended-usage/ocr.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,5 +480,9 @@ The OCR add-on supports two kinds of searchable PDF output.
480480

481481
OCR Basic and OCR Pro are previous OCR add-ons, which are deprecated in v16.2. But they are still usable in the latest version.
482482

483-
To differentiate from previous versions, the new OCR uses `OCRKit` as the namespace.
483+
To differentiate from previous versions, the new OCR added since v19.3 uses `OCRKit` as the namespace.
484+
485+
### Why I Cannot Load Saved PDF Files
486+
487+
The searchable PDF saved has a text layer. You need to use [PDF Rasterizer](/_articles/info/api/Addon_PDF.md) to load it. A PDF Rasterizer license is required.
484488

_articles/extended-usage/pdf-processing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ If you need to append a scanned document to a PDF file and keep the rest pages u
126126
DWTObject.Addon.PDF.SetReaderOptions({
127127
convertMode: Dynamsoft.DWT.EnumDWT_ConvertMode.CM_RENDERALL,
128128
preserveUnmodifiedOnSave: true, //only available for v19.0+
129+
renderOptions:{
130+
renderAnnotations: true //enable this to keep annotations
131+
}
129132
});
130133
```
131134

_articles/info/api/Addon_Webcam.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ description: Dynamic Web TWAIN SDK Documentation API Reference Webcam Addon APIs
1111

1212
> {WebTwainObject} denotes the `WebTwain` instance.
1313
14+
The Webcam add-on works on Windows desktop. If you need to scan documents with camera on other platforms (macOS, Linux and mobile) or perform document boundary detection and cropping, you can use [Mobile Document Scanner](https://www.dynamsoft.com/use-cases/mobile-document-scanner/).
15+
1416
**Methods**
1517

1618
| [`CaptureImage()`](#captureimage) | [`CloseSource()`](#closesource) | [`GetCameraControlPropertySetting()`](#getcameracontrolpropertysetting) | [`GetCameraControlPropertyMoreSetting()`](#getcameracontrolpropertymoresetting) |

_articles/introduction/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,7 @@ See [API reference](/_articles/info/api/index.md) where you can find more compre
6060
## RESTful API
6161

6262
Dynamic Web TWAIN also provides [RESTful API](https://www.dynamsoft.com/web-twain/restfulapi/) to access scanners using various programming languages. You can check out the [samples](https://www.dynamsoft.com/web-twain/docs/extended-usage/restful-api.html) and [APIs](https://www.dynamsoft.com/web-twain/docs/info/api/restful.html) to learn more.
63+
64+
## Scan with Camera
65+
66+
If you need to scan documents using your camera, with features like automatic border detection and cropping, try our other product: [Mobile Document Scanner](https://www.dynamsoft.com/use-cases/mobile-document-scanner/).

0 commit comments

Comments
 (0)