Skip to content

Commit 915da0c

Browse files
authored
Merge pull request #257 from dynamsoft-docs/preview
update to internal commit 5ef32532
2 parents 17ef325 + 7169172 commit 915da0c

File tree

7 files changed

+7
-13
lines changed

7 files changed

+7
-13
lines changed

_v1.1/gettingstarted/helloworld.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ description: Dynamsoft Document Viewer Documentation Getting Started, Creating H
1313

1414
In this section, we’ll break down and show all the steps needed to build the HelloWorld.
1515

16-
![Hello World](/assets/imgs/helloWorld-v1.1.GIF)
17-
1816
We’ll build on this skeleton page:
1917

2018
```html

api/interface/idocument/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ A Promise object which will be resolved with a boolean value.
242242
```typescript
243243
const source = {
244244
fileIndex: 1, // Using the second page of the new multi-page file, such as PDF or TIFF.
245-
fileData = /*sample blob*/,
245+
fileData: /*sample blob*/
246246
};
247247

248248
await firstDoc.updatePage(firstDoc.pages[0], source);

assets/imgs/documentdetect.GIF

-4.17 MB
Binary file not shown.

assets/imgs/helloWorld-v1.1.GIF

-20 MB
Binary file not shown.

assets/imgs/helloWorld.GIF

-13 MB
Binary file not shown.

features/advanced/documentdetect.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,6 @@ Dynamsoft.DDV.setProcessingHandler("documentBoundariesDetect", detectHandler);
229229
</html>
230230
```
231231

232-
![Docuemnt Detect](/assets/imgs/documentdetect.GIF)
233-
234232
## Reference
235233

236234
- [`DocumentDetect class`]({{ site.api }}class/advanced/documentdetect.html)

introduction/index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,12 @@ If you are using the default UI of DDV, data processing and management are handl
5555

5656
The SDK offers extensive customization options, enabling developers to tailor the UI to meet specific application needs and branding requirements.
5757

58-
## Designed with Camera Capture in Mind
58+
## Designed to Support Diverse Document Workflows
5959

60-
Dynamsoft Document Viewer is designed for seamless integration with camera capture. It features five built-in viewer types, with the first three optimized for camera capture scenarios:
60+
Dynamsoft Document Viewer is built to support a wide range of document-centric workflows with its document viewing, editing, and scanning features. It has four built-in viewer types to suit different use cases:
6161

62-
- [Edit Viewer]({{ site.features}}viewers/editviewer.html): Provides document viewing and editing features.
63-
- [Capture Viewer]({{ site.features }}viewers/captureviewer.html): Includes built-in camera control for continuous capture.
64-
- [Perspective Viewer]({{ site.features }}viewers/perspectiveviewer.html): Equipped with document cropping features; for document detection, using Dynamsoft Document Normalizer is recommended.
65-
- [Browse Viewer]({{ site.features }}viewers/others.html#browse-viewer)
66-
- [Custom Viewer]({{ site.features }}viewers/others.html#custom-viewer)
62+
* **Edit Viewer**: Enables viewing and editing of documents with annotation support.
63+
* **Capture Viewer**: Integrates camera controls for streamlined, continuous capture workflows.
64+
* **Perspective Viewer**: Allows document cropping with perspective transformation.
65+
* **Browse Viewer**: Suitable for previewing multi-page documents or navigating document collections.
6766

68-
The viewers help developers create efficient, accurate, and user-friendly workflows, from camera capture to document finalization.

0 commit comments

Comments
 (0)