diff --git a/_articles/faq/camera-play-and-showvideo.md b/_articles/faq/camera-play-and-showvideo.md
index da085030..1935ce5f 100644
--- a/_articles/faq/camera-play-and-showvideo.md
+++ b/_articles/faq/camera-play-and-showvideo.md
@@ -7,17 +7,17 @@ keywords: Dynamic Web TWAIN, Addon, webassembly, webcam capture
breadcrumbText: What is the difference between Camera.play and Camera.showVideo?
description: What is the difference between Camera.play and Camera.showVideo?
date: 2021-12-01 01:09:41 +0800
-last_modified: 2022-06-10 04:40:03 +0800
+last_modified: 2025-09-19 10:12:03 +0800
---
# Addon
## What is the difference between Camera.play and Camera.showVideo?
+> **The Camera Add-on has been removed since Dynamic Web TWAIN [18.1](_articles/info/schedule/deprecated.md#181).** An alternative replacement for this module is [Mobile Document Scanner](https://www.dynamsoft.com/use-cases/mobile-document-scanner/).
+
`Camera.showVideo` is a built-in feature to handle camera capturing, prospective adjusting, etc. It supports two available modes: document and picture.
`Camera.play` is a more specific API for starting streaming video from the current camera.
Note that these two APIs cannot be mixed with each other.
-
-Please check [here](/_articles/info/api/Addon_Camera.md){:target="_blank"} for more information on the Camera APIs.
diff --git a/_articles/faq/import-existing-documents-or-images.md b/_articles/faq/import-existing-documents-or-images.md
index 504cb1cb..50d096ca 100644
--- a/_articles/faq/import-existing-documents-or-images.md
+++ b/_articles/faq/import-existing-documents-or-images.md
@@ -7,14 +7,14 @@ keywords: Dynamic Web TWAIN, Capture/ Image Source, import, existing images
breadcrumbText: Can I import existing images or PDF documents using the Dynamic Web TWAIN SDK?
description: Can I import existing images or PDF documents using the Dynamic Web TWAIN SDK?
date: 2021-12-08 03:01:32 +0800
-last_modified: 2024-09-19 08:47:35 +0800
+last_modified: 2025-09-18 17:09:35 +0800
---
# Capture/Image Source
## Can I import existing images or PDF documents using the Dynamic Web TWAIN SDK?
-Yes, Dynamic Web TWAIN supports loading PNG, JPG, BMP, image-only PDF, and TIFF files. But if you need to support text-based PDF files, you also require the PDF Rasterizer Addon. See more [here](/_articles/indepth/features/pdf.md#input){:target="_blank"}.
+Yes, Dynamic Web TWAIN supports loading PNG, JPG, BMP, image-only PDF, and TIFF files. But if you need to support text-based PDF files, you also require the PDF Rasterizer Addon.
**Code snippet**
@@ -37,3 +37,7 @@ DWTObject.Addon.PDF.SetReaderOptions({
DWTObject.LoadImage();
```
+
+#### Related Links
+[PDF Rasterizer Guide](/_articles/extended-usage/pdf-processing.md){:target="_blank"}.
+[API Documentation](/_articles/info/api/Addon_PDF.md)
\ No newline at end of file
diff --git a/_articles/info/schedule/deprecated.md b/_articles/info/schedule/deprecated.md
index 7375f3c1..02e8811d 100644
--- a/_articles/info/schedule/deprecated.md
+++ b/_articles/info/schedule/deprecated.md
@@ -68,6 +68,11 @@ Deprecate the enum value CM_RENDERALLWITHANNOTATION from [`Dynamsoft.DWT.EnumDWT
* Dynamsoft.DWT.GetWebTwainEx()
+## 18.1
+
+The WASM edition (camera add-on) is removed from Web TWAIN. The following API is deprecated: `UseLocalService`.
+
+
## 18.0
### Dynamic Web TWAIN
@@ -105,7 +110,7 @@ Deprecate the enum value CM_RENDERALLWITHANNOTATION from [`Dynamsoft.DWT.EnumDWT
### Camera Add-On
-> [Alternative] Use [scanDocument](/_articles/info/api/Addon_Camera.md#scandocument) instead.
+> [Alternative] Use [Mobile Document Scanner](https://www.dynamsoft.com/use-cases/mobile-document-scanner/) instead.
* Camera.showVideo()
diff --git a/web.config b/web.config
index b8ed0c13..cd0bc0d8 100644
--- a/web.config
+++ b/web.config
@@ -239,6 +239,12 @@
+
+
+
+
+
+