Skip to content

Commit 17de2b0

Browse files
update to internal commit 06b61aa4
1 parent a012aa8 commit 17de2b0

11 files changed

+24
-25
lines changed

_data/full_tree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ tree_file_list:
55
- sidelist-apis.html
66
- sidelist-releasenotes.html
77
- sidelist-full-tree.html
8+
- sidelist-codegallery-v1.1.html
9+
- sidelist-gettingstarted-v1.1.html
810

911

_includes/sidelist-codegallery-v1.1.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<ul>
33
<li><a href="{{ site.codegallery }}usecases/index.html" class="otherLinkColour">Use Cases</a>
44
<ul>
5-
<li><a href="{{ site.codegallery }}usecases/review-adjust-detected-boundaries.html" class="otherLinkColour">Review and Adjust the detected boundaries</a></li>
6-
<li><a href="{{ site.codegallery }}usecases/capture-continuously-edit-result-images.html" class="otherLinkColour">Capture continuously & Edit result images</a></li>
7-
<li><a href="{{ site.codegallery }}usecases/relatively-complete-doc-capturing-workflow.html" class="otherLinkColour">Relatively complete document capturing workflow</a></li>
8-
<li><a href="{{ site.codegallery }}usecases/detect-boundaries-on-existing-images.html" class="otherLinkColour">Detect boundaries on the existing images</a></li>
5+
<li><a href="{{ site.codegallery }}usecases/review-adjust-detected-boundaries-v1.1.html" class="otherLinkColour">Review and Adjust the detected boundaries</a></li>
6+
<li><a href="{{ site.codegallery }}usecases/capture-continuously-edit-result-images-v1.1.html" class="otherLinkColour">Capture continuously & Edit result images</a></li>
7+
<li><a href="{{ site.codegallery }}usecases/relatively-complete-doc-capturing-workflow-v1.1.html" class="otherLinkColour">Relatively complete document capturing workflow</a></li>
8+
<li><a href="{{ site.codegallery }}usecases/detect-boundaries-on-existing-images-v1.1.html" class="otherLinkColour">Detect boundaries on the existing images</a></li>
99
</ul>
1010
</li>
1111
{% comment %} <li><a href="{{ site.codegallery }}demo/index.html" class="otherLinkColour">Demo</a></li> {% endcomment %}

_includes/sidelist-gettingstarted-v1.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<li><a href="{{ site.gettingstarted }}sys_requirement.html" class="otherLinkColour">System requirements</a></li>
44
<li><a href="{{ site.gettingstarted }}license.html" class="otherLinkColour">License</a></li>
55
<li><a href="{{ site.gettingstarted }}add_dependency.html" class="otherLinkColour">Adding the dependency</a></li>
6-
<li><a href="{{ site.gettingstarted }}helloworld.html" class="otherLinkColour">Creating HelloWorld</a></li>
6+
<li><a href="{{ site.gettingstarted }}helloworld-v1.1.html" class="otherLinkColour">Creating HelloWorld</a></li>
77
</ul>
88
</li>

codegallery/usecase/capture-single-page-and-then-crop.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ permalink: /codegallery/usecases/capture-single-page-and-then-crop.html
1414

1515
This sample adds a perspective viewer based on HelloWorld solution to review and adjust the detected boundaries on the captured image.
1616

17-
[Check out it online](https://dynamsoft.github.io/mobile-web-capture/samples/review-adjust-detected-boundaries/)
17+
[Check out it online](https://dynamsoft.github.io/mobile-web-capture/samples/capture-single-page-and-then-crop/)
1818

1919
In this sample, we would like to achieve the workflow as below.
2020

2121
![Flow chart for review-adjust-detected-boundaries](/assets/imgs/review-adjust-detected-boundaries.png)
2222

23-
Since this sample is based on HelloWorld, the basic steps are introduced in [Creating HelloWorld]({{ site.gettingstarted }}helloworld.html) chapter, this chapter will not be further elaborated.
2423

2524
## Create a perspective viewer
2625

@@ -376,7 +375,7 @@ document.getElementById("restore").onclick = () => {
376375

377376
## Download the whole project
378377

379-
[Github](https://github.com/Dynamsoft/mobile-web-capture/tree/master/samples/review-adjust-detected-boundaries) \| [Run](https://dynamsoft.github.io/mobile-web-capture/samples/review-adjust-detected-boundaries/)
378+
[Github](https://github.com/Dynamsoft/mobile-web-capture/tree/master/samples/capture-single-page-and-then-crop) \| [Run](https://dynamsoft.github.io/mobile-web-capture/samples/capture-single-page-and-then-crop/)
380379

381380
Please note that in order to be compatible with desktop devices as much as possible, some compatibility codes have been added to the whole project code.
382381

codegallery/usecase/complete-doc-capturing-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permalink: /codegallery/usecases/complete-doc-capturing-workflow.html
1414

1515
This sample demonstrates a complete document capturing workflow: Capture continuously & Review and Adjust the detected boundaries & Edit result images.
1616

17-
[Check out it online](https://dynamsoft.github.io/mobile-web-capture/samples/relatively-complete-doc-capturing-workflow/)
17+
[Check out it online](https://dynamsoft.github.io/mobile-web-capture/samples/complete-document-capturing-workflow/)
1818

1919
In this sample, we would like to achieve the workflow as below.
2020

@@ -740,7 +740,7 @@ To review and edit the captured images, we create an edit viewer.
740740
741741
## Download the whole project
742742
743-
[Github](https://github.com/Dynamsoft/mobile-web-capture/tree/master/samples/relatively-complete-doc-capturing-workflow) \| [Run](https://dynamsoft.github.io/mobile-web-capture/samples/relatively-complete-doc-capturing-workflow/)
743+
[Github](https://github.com/Dynamsoft/mobile-web-capture/tree/master/samples/complete-document-capturing-workflow) \| [Run](https://dynamsoft.github.io/mobile-web-capture/samples/complete-document-capturing-workflow/)
744744
745745
Please note that in order to be compatible with desktop devices as much as possible, some compatibility codes have been added to the whole project code.
746746

codegallery/usecase/index-v1.1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ Because the two SDKs, DDV and DDN, support comprehensive functions and flexible
1616

1717
This part will introduce four popular use cases that the Mobile Web Capture solution can achieve.
1818

19-
- [Review and Adjust the detected boundaries]({{ site.codegallery }}usecases/review-adjust-detected-boundaries.html)
19+
- [Review and Adjust the detected boundaries]({{ site.codegallery }}usecases/review-adjust-detected-boundaries-v1.1.html)
2020

2121
This sample demonstrates the use case to review and adjust the detected boundaries.
2222

23-
- [Capture continuously & Edit result images]({{ site.codegallery }}usecases/capture-continuously-edit-result-images.html)
23+
- [Capture continuously & Edit result images]({{ site.codegallery }}usecases/capture-continuously-edit-result-images-v1.1.html)
2424

2525
This sample demonstrates the use case to capture continuously and edit the result images before exporting.
2626

27-
- [Relatively complete document capturing workflow]({{ site.codegallery }}usecases/relatively-complete-doc-capturing-workflow.html)
27+
- [Relatively complete document capturing workflow]({{ site.codegallery }}usecases/relatively-complete-doc-capturing-workflow-v1.1.html)
2828

2929
This sample demonstrates a relatively complete document capturing workflow: Capture continuously & Review and Adjust the detected boundaries & Edit result images.
3030

31-
- [Detect boundaries on the existing images]({{ site.codegallery }}usecases/detect-boundaries-on-existing-images.html)
31+
- [Detect boundaries on the existing images]({{ site.codegallery }}usecases/detect-boundaries-on-existing-images-v1.1.html)
3232

3333
This sample demonstrates the use case that supports detecting the boundaries on the existing images from the local directory/album.

codegallery/usecase/review-adjust-detected-boundaries-v1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this sample, we would like to achieve the workflow as below.
2020

2121
![Flow chart for review-adjust-detected-boundaries](/assets/imgs/review-adjust-detected-boundaries.png)
2222

23-
Since this sample is based on HelloWorld, the basic steps are introduced in [Creating HelloWorld]({{ site.gettingstarted }}helloworld.html) chapter, this chapter will not be further elaborated.
23+
Since this sample is based on HelloWorld, the basic steps are introduced in [Creating HelloWorld]({{ site.gettingstarted }}helloworld-v1.1.html) chapter, this chapter will not be further elaborated.
2424

2525
## Create a perspective viewer
2626

gettingstarted/helloworld-continuousmode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ Since the workflow in this sample is very simple, only the four events mentioned
753753
754754
## Download the whole project
755755
756-
[Github](https://github.com/Dynamsoft/mobile-web-capture/tree/master/samples/capture-continuously-edit-result-images) \| [Run](https://dynamsoft.github.io/mobile-web-capture/samples/capture-continuously-edit-result-images/)
756+
[Github](https://github.com/Dynamsoft/mobile-web-capture/tree/master/samples/hello-world-continuous-mode) \| [Run](https://dynamsoft.github.io/mobile-web-capture/samples/hello-world-continuous-mode/)
757757
758758
Please note that in order to be compatible with desktop devices as much as possible, some compatibility codes have been added to the whole project code.
759759

gettingstarted/helloworld-singlepage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permalink: /gettingstarted/helloworld-singlepage.html
1414

1515
In this section, we’ll break down and show all the steps needed to build the HelloWorld - Single Page solution in a web page.
1616

17-
- Check out [HelloWorld - Single Page](https://dynamsoft.github.io/mobile-web-capture/samples/hello-world-singlepage/hello-world/) online
17+
- Check out [HelloWorld - Single Page](https://dynamsoft.github.io/mobile-web-capture/samples/hello-world-singlepage/hello-world/hello-world.html) online
1818

1919
We’ll build on this skeleton page:
2020

@@ -597,7 +597,7 @@ btnRestart.addEventListener("click", async () => {
597597

598598
## Download the whole project
599599

600-
- Hello World - [Github](https://github.com/Dynamsoft/mobile-web-capture/tree/master/samples/hello-world/hello-world) \| [Run](https://dynamsoft.github.io/mobile-web-capture/samples/hello-world-singlepage/hello-world/)
600+
- Hello World - [Github](https://github.com/Dynamsoft/mobile-web-capture/tree/master/samples/hello-world-singlepage/hello-world) \| [Run](https://dynamsoft.github.io/mobile-web-capture/samples/hello-world-singlepage/hello-world/hello-world.html)
601601
- Angular App - [Github](https://github.com/Dynamsoft/mobile-web-capture/tree/master/samples/hello-world-singlepage/hello-world-angular)
602602
- React App - [Github](https://github.com/Dynamsoft/mobile-web-capture/tree/master/samples/hello-world-singlepage/hello-world-react)
603603
- Vue3 App - [Github](https://github.com/Dynamsoft/mobile-web-capture/tree/master/samples/hello-world-singlepage/hello-world-vue3)

index-v1.1.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ description: Mobile Web Capture Documentation Homepage
1212
- [System requirement]({{ site.gettingstarted }}sys_requirement.html)
1313
- [License]({{ site.gettingstarted }}license.html)
1414
- [Adding the dependency]({{ site.gettingstarted }}add_dependency.html)
15-
- [Creating HelloWorld]({{ site.gettingstarted }}helloworld.html)
15+
- [Creating HelloWorld]({{ site.gettingstarted }}helloworld-v1.1.html)
1616
- Code gallery
1717
- [Use cases]({{ site.codegallery }}usecases/index.html)
18-
- [Review and Adjust the detected boundaries]({{ site.codegallery }}usecases/review-adjust-detected-boundaries.html)
19-
- [Capture continuously & Edit result images]({{ site.codegallery }}usecases/capture-continuously-edit-result-images.html)
20-
- [Relatively complete document capturing workflow]({{ site.codegallery }}usecases/relatively-complete-doc-capturing-workflow.html)
21-
- [Detect boundaries on the existing images]({{ site.codegallery }}usecases/detect-boundaries-on-existing-images.html)
18+
- [Review and Adjust the detected boundaries]({{ site.codegallery }}usecases/review-adjust-detected-boundaries-v1.1.html)
19+
- [Capture continuously & Edit result images]({{ site.codegallery }}usecases/capture-continuously-edit-result-images-v1.1.html)
20+
- [Relatively complete document capturing workflow]({{ site.codegallery }}usecases/relatively-complete-doc-capturing-workflow-v1.1.html)
21+
- [Detect boundaries on the existing images]({{ site.codegallery }}usecases/detect-boundaries-on-existing-images-v1.1.html)
2222
<!-- - [Demo]({{ site.codegallery }}demo/index.html) -->
2323
- [Related API reference]({{ site.api }}relatedapi.html)
2424
- [Release notes]({{ site.releasenotes }}index.html)

0 commit comments

Comments
 (0)