Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: 5 additions & 1 deletion programming/android/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ In this section, let's see how to create a HelloWorld app for detecting and norm
>
> - Android Studio 2024.1.2 is used here in this guide.
> - You can get the similar source code of the HelloWorld app from the following link
> - [DocumentScanner Android Sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/Android/ScanDocument){:target="_blank"}.
> - [ScanDocument Android Sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/Android/ScanDocument){:target="_blank"}.

### Create a New Project

Expand Down Expand Up @@ -428,3 +428,7 @@ Add the SDK to your new project. Please read [Add the SDK](#add-the-sdk) section
1. Select the device that you want to run your app on from the target device drop-down menu in the toolbar.

2. Click the **Run app** button, then Android Studio installs your app on your connected device and starts it.

You can download the similar source code here:

- [ScanDocument Android Sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/Android/ScanDocument){:target="_blank"}.
5 changes: 2 additions & 3 deletions programming/ios/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ This guide will walk you through the process of creating a HelloWorld app for de
>
> - Xcode 14.0 is used in this guide.
> - You can get the source code of the HelloWorld app from the following link
> - [DocumentScanner iOS Sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/ios/DocumentScanner){:target="_blank"}.
> - [ScanDocument iOS Sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/ios/DocumentScanner/ScanDocuments){:target="_blank"}.

### Create a New Project

Expand Down Expand Up @@ -575,5 +575,4 @@ If your iOS version is 12.x or lower, please add the following additional steps:
> Note:
>
> - You can get the source code of the HelloWorld app from the following link
> - [Objective-C](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/ios/DocumentScanner/AutoNormalizeObjc){:target="_blank"}.
> - [Swift](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/ios/DocumentScanner/AutoNormalize){:target="_blank"}.
> - [ScanDocument iOS Sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/ios/DocumentScanner/ScanDocuments){:target="_blank"}.
4 changes: 2 additions & 2 deletions programming/maui/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Now you will learn how to create a simple document scanner app using Dynamsoft C
>Note:
>
> - You can get the similar source code of the simple document scanner app from the following link
> - [C#](https://github.com/Dynamsoft/capture-vision-maui-samples/tree/main/DocumentScanner/AutoNormalize){:target="_blank"}.
> - [ScanDocument MAUI Sample](https://github.com/Dynamsoft/capture-vision-maui-samples/tree/main/ScanDocument){:target="_blank"}.

### Set up Development Environment

Expand Down Expand Up @@ -479,7 +479,7 @@ Select your device and run the project.

You can get the similar source code of the ScanDocument app from the following link:

- [C#](https://github.com/Dynamsoft/capture-vision-maui-samples/tree/main/DocumentScanner/AutoNormalize){:target="_blank"}.
- [ScanDocument MAUI Sample](https://github.com/Dynamsoft/capture-vision-maui-samples/tree/main/ScanDocument){:target="_blank"}.

> Note: If you are running Android only on Visual Studio Windows, please manually exclude iOS and Windows platforms. Otherwise, the Visual Studio will report type or namespace not found errors.

Expand Down