Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
886d278
Merge pull request #91 from dynamsoft-docs/preview
Tom-Dynamsoft Feb 19, 2025
dc1171f
Merge pull request #92 from dynamsoft-docs/preview
Tom-Dynamsoft May 6, 2025
ec767e1
Merge pull request #93 from dynamsoft-docs/preview
dynamsoft-h May 8, 2025
40cae04
Merge pull request #94 from dynamsoft-docs/preview
dynamsoft-h May 9, 2025
50cfea8
Merge pull request #95 from dynamsoft-docs/preview
dynamsoft-h May 22, 2025
ba8fc70
Merge pull request #96 from dynamsoft-docs/preview
dynamsoft-h Jun 6, 2025
5b4b764
chore: remove VS Code config
dynamsoft-h Jun 11, 2025
330cae6
chore: update .gitignore for local builds
dynamsoft-h Jun 11, 2025
2cfe6f2
chore: fix .gitignore
dynamsoft-h Jun 11, 2025
315600b
chore: fix .gitignore
dynamsoft-h Jun 11, 2025
6c1ef94
remove ignored templates
dynamsoft-h Jun 11, 2025
994f6a3
chore: fix whitespace and EOF newline
dynamsoft-h Jun 11, 2025
bdbf17a
chore: fix .gitignore
dynamsoft-h Jun 11, 2025
595a109
chore: remove extra .editorconfig
dynamsoft-h Jun 11, 2025
630cf06
fix: release notes linking
dynamsoft-h Jun 11, 2025
035be4f
fix: rename release notes sidelist
dynamsoft-h Jun 11, 2025
dc0f4ac
fix: rename release notes sidelist
dynamsoft-h Jun 11, 2025
1980de3
chore: use main branch Docs-Template-Repo for preview CI
dynamsoft-h Jun 11, 2025
393b218
fix: allow preview CI on push to preview branch
dynamsoft-h Jun 12, 2025
40aada7
add: code gallery and web framework samples
dynamsoft-h Jun 14, 2025
fb97a18
fix: MWC v2.0 sidelist
dynamsoft-h Jun 16, 2025
99a601a
fix: code gallery links
dynamsoft-h Jun 17, 2025
b7eaeab
fix: web framework links
dynamsoft-h Jun 17, 2025
d6b3b2d
Merge branch 'preview' into staging
dynamsoft-h Jun 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push events but only for the master branch
# Triggers the workflow on push events to the main and preview branches
push:
branches:
- main
# - preview
- preview

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -26,7 +26,7 @@ jobs:

Build-Preview:
if: ${{ github.ref == 'refs/heads/preview' }}
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-testing.yml@preview
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-testing.yml@main
with:
doc-repo: mobile-web-capture-docs
doc-url: mobile-web-capture/docs/
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ docHomePage: /mobile-web-capture/docs/introduction/
introduction: /mobile-web-capture/docs/introduction/
gettingstarted: /mobile-web-capture/docs/gettingstarted/
codegallery: /mobile-web-capture/docs/codegallery/
code-gallery: /mobile-web-capture/docs/code-gallery/
api: /mobile-web-capture/docs/api/

guides: /mobile-web-capture/docs/guides/
Expand Down
1 change: 1 addition & 0 deletions _data/full_tree.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
tree_file_list:
- sidelist-introduction.html
- sidelist-guides.html
- sidelist-code-gallery.html
- sidelist-api.html
- sidelist-release-notes.html
- sidelist-full-tree.html
Expand Down
5 changes: 5 additions & 0 deletions _includes/sidelist-code-gallery.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<li><a class="otherLinkColour">Code Gallery</a>
<ul>
<li><a href="{{ site.code-gallery }}frameworks.html" class="otherLinkColour">Frameworks</a></li>
</ul>
</li>
10 changes: 5 additions & 5 deletions _includes/sidelist-full-tree-v2.0.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-introduction.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-gettingstarted.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-codegallery.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-apis.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-release-notes.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-introduction-v2.0.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-gettingstarted-v2.0.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-codegallery-v2.0.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-apis-v2.0.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-release-notes-v2.0.html" -%}
4 changes: 1 addition & 3 deletions _includes/sidelist-full-tree.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-introduction.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-guides.html" -%}
<!-- {%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-gettingstarted.html" -%} -->
<!-- {%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-codegallery.html" -%} -->
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-code-gallery.html" -%}
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-api.html" -%}
<!-- {%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-apis.html" -%} -->
{%- include liquid_searchVersionTreeFile.html ver=include.ver curPath=include.curPath targetRelativePath="sidelist-release-notes.html" -%}
26 changes: 26 additions & 0 deletions code-gallery/frameworks.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
layout: default-layout
# needAutoGenerateSidebar: true
# needGenerateH3Content: true
# noTitleIndex: false
title: Mobile Web Capture - Frameworks
keywords: Documentation, Mobile Web Capture, frameworks, web frameworks, angular, vue, react
breadcrumbText: Frameworks
description: Mobile Web Capture Framework Samples
permalink: /code-gallery/frameworks.html
---

# Frameworks

Dynamsoft provides samples that show how to integrate Dynamsoft Document Scanner and Mobile Web Capture in various frameworks. We recommend using our samples as references when building web applications with DDS and MWC with frameworks.

> [!NOTE]
> Please [contact us](https://www.dynamsoft.com/company/contact/) for any inquiries about currently unsupported frameworks.

## Web Framework Samples

We host samples with Hello World implementations of DDS and MWC on GitHub, in the same repository as the source code for the SDKs. Follow the README contained in the directory of each sample for instructions to build and serve the sample:

### Mobile Web Capture

- [Angular](https://github.com/Dynamsoft/mobile-web-capture/tree/master/samples/frameworks/angular)
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ description: Mobile Web Capture Documentation Homepage
- [Scan Single-Page Documents]({{ site.guides }}document-scanner.html)
- [Scan Multi-Page Documents]({{ site.guides }}mobile-web-capture.html)
- [Customize UI And Workflow]({{ site.guides }}mobile-web-capture-customization.html)
- Code Gallery
- [Frameworks]({{ site.code-gallery }}frameworks.html)
- [API References]({{ site.api }}index.html)
- [Document Scanner]({{ site.api }}document-scanner.html)
- [Mobile Web Capture]({{ site.api }}mobile-web-capture.html)
Expand Down
2 changes: 1 addition & 1 deletion introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permalink: /introduction/index.html

# Introduction

When digitizing physical documentswhether for easier storage, better accessibility, or streamlined processing — a hardware scanner is often the preferred choice. For integrating this functionality into web applications, **Dynamsoft’s** [Dynamic Web TWAIN](https://www.dynamsoft.com/web-twain/docs/introduction/index.html) is a widely popular option.
When digitizing physical documentswhether for easier storage, better accessibility, or streamlined processing — a hardware scanner is often the preferred choice. For integrating this functionality into web applications, **Dynamsoft’s** [Dynamic Web TWAIN](https://www.dynamsoft.com/web-twain/docs/introduction/index.html) is a widely popular option.

However, when hardware scanners are not feasible or convenient, mobile device cameras can serve as effective alternatives. **Mobile Web Capture (MWC)** is a document scanning SDK specifically designed to address this need.

Expand Down