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
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ repositoryUrl: https://github.com/dynamsoft-docs/document-normalizer-docs-mobile
docFullPath: https://www.dynamsoft.com/document-normalizer/docs/mobile/
firstLevelUrl: /document-normalizer/docs/mobile
docHomePage: /document-normalizer/docs/core/introduction/
needSearchIndex: true
searchNeedFilter: true

parameters: /document-normalizer/docs/core/parameters/

Expand Down
33 changes: 16 additions & 17 deletions programming/android/user-guide-v2.2.3000.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ permalink: /programming/android/user-guide-v2.2.3000.html
In this guide, you will learn step by step on how to build a document scanner application with Dynamsoft Capture Vision Android SDK.

- [Android User Guide for Document Scanner Integration](#android-user-guide-for-document-scanner-integration)
- [Requirements](#requirements)
- [Add the SDK](#add-the-sdk)
- [Build Your First Application](#build-your-first-application)
- [Create a New Project](#create-a-new-project)
- [Include the Library](#include-the-library)
- [Initialize License](#initialize-license)
- [MainActivity for Realtime Document Normalization](#mainactivity-for-realtime-document-normalization)
- [Initialize Camera Module](#initialize-camera-module)
- [Initialize Capture Vision Router](#initialize-capture-vision-router)
- [Add a Captured Result Receiver and Filter](#add-a-captured-result-receiver-and-filter)
- [Start and Stop Video Document Normalization](#start-and-stop-video-document-normalization)
- [Additional Steps in MainActivity](#additional-steps-in-mainactivity)
- [ResultActivity for Displaying the Normalized Image](#resultactivity-for-displaying-the-normalized-image)
- [Display the Normalized Image](#display-the-normalized-image)
- [Build and Run the Project](#build-and-run-the-project)
- [Requirements](#requirements)
- [Add the SDK](#add-the-sdk)
- [Build Your First Application](#build-your-first-application)
- [Create a New Project](#create-a-new-project)
- [Include the Library](#include-the-library)
- [Initialize License](#initialize-license)
- [MainActivity for Realtime Document Normalization](#mainactivity-for-realtime-document-normalization)
- [Initialize Camera Module](#initialize-camera-module)
- [Initialize Capture Vision Router](#initialize-capture-vision-router)
- [Add a Captured Result Receiver and Filter](#add-a-captured-result-receiver-and-filter)
- [Start and Stop Video Document Normalization](#start-and-stop-video-document-normalization)
- [Additional Steps in MainActivity](#additional-steps-in-mainactivity)
- [ResultActivity for Displaying the Normalized Image](#resultactivity-for-displaying-the-normalized-image)
- [Display the Normalized Image](#display-the-normalized-image)
- [Build and Run the Project](#build-and-run-the-project)

## Requirements

Expand Down Expand Up @@ -68,8 +68,7 @@ In this section, let's see how to create a HelloWorld app for detecting and norm
>
> - Android Studio 2022.2.1 is used here in this guide.
> - You can get the source code of the HelloWorld app from the following link
> - [Java](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/android/DocumentScanner/AutoNormalize){:target="_blank"}.
> - [Kotlin](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/android/DocumentScanner/AutoNormalizeKt){:target="_blank"}.
> - [DocumentScanner Android Sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/dcv_v2.6.1003/Android/DocumentScanner){:target="_blank"}.

### Create a New Project

Expand Down
33 changes: 16 additions & 17 deletions programming/android/user-guide-v2.4.2000.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ permalink: /programming/android/user-guide.html
In this guide, you will learn step by step on how to build a document scanner application with Dynamsoft Capture Vision Android SDK.

- [Android User Guide for Document Scanner Integration](#android-user-guide-for-document-scanner-integration)
- [Requirements](#requirements)
- [Add the SDK](#add-the-sdk)
- [Build Your First Application](#build-your-first-application)
- [Create a New Project](#create-a-new-project)
- [Include the Library](#include-the-library)
- [Initialize License](#initialize-license)
- [MainActivity for Realtime Document Normalization](#mainactivity-for-realtime-document-normalization)
- [Initialize Camera Module](#initialize-camera-module)
- [Initialize Capture Vision Router](#initialize-capture-vision-router)
- [Add a Captured Result Receiver and Filter](#add-a-captured-result-receiver-and-filter)
- [Start and Stop Video Document Normalization](#start-and-stop-video-document-normalization)
- [Additional Steps in MainActivity](#additional-steps-in-mainactivity)
- [ResultActivity for Displaying the Normalized Image](#resultactivity-for-displaying-the-normalized-image)
- [Display the Normalized Image](#display-the-normalized-image)
- [Build and Run the Project](#build-and-run-the-project)
- [Requirements](#requirements)
- [Add the SDK](#add-the-sdk)
- [Build Your First Application](#build-your-first-application)
- [Create a New Project](#create-a-new-project)
- [Include the Library](#include-the-library)
- [Initialize License](#initialize-license)
- [MainActivity for Realtime Document Normalization](#mainactivity-for-realtime-document-normalization)
- [Initialize Camera Module](#initialize-camera-module)
- [Initialize Capture Vision Router](#initialize-capture-vision-router)
- [Add a Captured Result Receiver and Filter](#add-a-captured-result-receiver-and-filter)
- [Start and Stop Video Document Normalization](#start-and-stop-video-document-normalization)
- [Additional Steps in MainActivity](#additional-steps-in-mainactivity)
- [ResultActivity for Displaying the Normalized Image](#resultactivity-for-displaying-the-normalized-image)
- [Display the Normalized Image](#display-the-normalized-image)
- [Build and Run the Project](#build-and-run-the-project)

## Requirements

Expand Down Expand Up @@ -68,8 +68,7 @@ In this section, let's see how to create a HelloWorld app for detecting and norm
>
> - Android Studio 2022.2.1 is used here in this guide.
> - You can get the similar source code of the HelloWorld app from the following link
> - [Java](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/android/DocumentScanner/AutoNormalize){:target="_blank"}.
> - [Kotlin](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/android/DocumentScanner/AutoNormalizeKt){:target="_blank"}.
> - [DocumentScanner Android Sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/dcv_v2.6.1003/Android/DocumentScanner){:target="_blank"}.

### Create a New Project

Expand Down
33 changes: 16 additions & 17 deletions programming/android/user-guide-v2.6.1000.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ permalink: /programming/android/user-guide.html
In this guide, you will learn step by step on how to build a document scanner application with Dynamsoft Capture Vision Android SDK.

- [Android User Guide for Document Scanner Integration](#android-user-guide-for-document-scanner-integration)
- [Requirements](#requirements)
- [Add the SDK](#add-the-sdk)
- [Build Your First Application](#build-your-first-application)
- [Create a New Project](#create-a-new-project)
- [Include the Library](#include-the-library)
- [Initialize License](#initialize-license)
- [MainActivity for Realtime Document Normalization](#mainactivity-for-realtime-document-normalization)
- [Initialize Camera Module](#initialize-camera-module)
- [Initialize Capture Vision Router](#initialize-capture-vision-router)
- [Add a Captured Result Receiver and Filter](#add-a-captured-result-receiver-and-filter)
- [Start and Stop Video Document Normalization](#start-and-stop-video-document-normalization)
- [Additional Steps in MainActivity](#additional-steps-in-mainactivity)
- [ResultActivity for Displaying the Normalized Image](#resultactivity-for-displaying-the-normalized-image)
- [Display the Normalized Image](#display-the-normalized-image)
- [Build and Run the Project](#build-and-run-the-project)
- [Requirements](#requirements)
- [Add the SDK](#add-the-sdk)
- [Build Your First Application](#build-your-first-application)
- [Create a New Project](#create-a-new-project)
- [Include the Library](#include-the-library)
- [Initialize License](#initialize-license)
- [MainActivity for Realtime Document Normalization](#mainactivity-for-realtime-document-normalization)
- [Initialize Camera Module](#initialize-camera-module)
- [Initialize Capture Vision Router](#initialize-capture-vision-router)
- [Add a Captured Result Receiver and Filter](#add-a-captured-result-receiver-and-filter)
- [Start and Stop Video Document Normalization](#start-and-stop-video-document-normalization)
- [Additional Steps in MainActivity](#additional-steps-in-mainactivity)
- [ResultActivity for Displaying the Normalized Image](#resultactivity-for-displaying-the-normalized-image)
- [Display the Normalized Image](#display-the-normalized-image)
- [Build and Run the Project](#build-and-run-the-project)

## Requirements

Expand Down Expand Up @@ -68,8 +68,7 @@ In this section, let's see how to create a HelloWorld app for detecting and norm
>
> - Android Studio 2022.2.1 is used here in this guide.
> - You can get the similar source code of the HelloWorld app from the following link
> - [Java](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/android/DocumentScanner/AutoNormalize){:target="_blank"}.
> - [Kotlin](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/android/DocumentScanner/AutoNormalizeKt){:target="_blank"}.
> - [DocumentScanner Android Sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/dcv_v2.6.1003/Android/DocumentScanner){:target="_blank"}.

### Create a New Project

Expand Down
33 changes: 16 additions & 17 deletions programming/android/user-guide-v2.6.1001.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ permalink: /programming/android/user-guide.html
In this guide, you will learn step by step on how to build a document scanner application with Dynamsoft Capture Vision Android SDK.

- [Android User Guide for Document Scanner Integration](#android-user-guide-for-document-scanner-integration)
- [Requirements](#requirements)
- [Add the SDK](#add-the-sdk)
- [Build Your First Application](#build-your-first-application)
- [Create a New Project](#create-a-new-project)
- [Include the Library](#include-the-library)
- [Initialize License](#initialize-license)
- [MainActivity for Realtime Document Normalization](#mainactivity-for-realtime-document-normalization)
- [Initialize Camera Module](#initialize-camera-module)
- [Initialize Capture Vision Router](#initialize-capture-vision-router)
- [Add a Captured Result Receiver and Filter](#add-a-captured-result-receiver-and-filter)
- [Start and Stop Video Document Normalization](#start-and-stop-video-document-normalization)
- [Additional Steps in MainActivity](#additional-steps-in-mainactivity)
- [ResultActivity for Displaying the Normalized Image](#resultactivity-for-displaying-the-normalized-image)
- [Display the Normalized Image](#display-the-normalized-image)
- [Build and Run the Project](#build-and-run-the-project)
- [Requirements](#requirements)
- [Add the SDK](#add-the-sdk)
- [Build Your First Application](#build-your-first-application)
- [Create a New Project](#create-a-new-project)
- [Include the Library](#include-the-library)
- [Initialize License](#initialize-license)
- [MainActivity for Realtime Document Normalization](#mainactivity-for-realtime-document-normalization)
- [Initialize Camera Module](#initialize-camera-module)
- [Initialize Capture Vision Router](#initialize-capture-vision-router)
- [Add a Captured Result Receiver and Filter](#add-a-captured-result-receiver-and-filter)
- [Start and Stop Video Document Normalization](#start-and-stop-video-document-normalization)
- [Additional Steps in MainActivity](#additional-steps-in-mainactivity)
- [ResultActivity for Displaying the Normalized Image](#resultactivity-for-displaying-the-normalized-image)
- [Display the Normalized Image](#display-the-normalized-image)
- [Build and Run the Project](#build-and-run-the-project)

## Requirements

Expand Down Expand Up @@ -68,8 +68,7 @@ In this section, let's see how to create a HelloWorld app for detecting and norm
>
> - Android Studio 2022.2.1 is used here in this guide.
> - You can get the similar source code of the HelloWorld app from the following link
> - [Java](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/android/DocumentScanner/AutoNormalize){:target="_blank"}.
> - [Kotlin](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/android/DocumentScanner/AutoNormalizeKt){:target="_blank"}.
> - [DocumentScanner Android Sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/dcv_v2.6.1003/Android/DocumentScanner){:target="_blank"}.

### Create a New Project

Expand Down
3 changes: 1 addition & 2 deletions programming/android/user-guide-v2.6.1002.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ In this section, let's see how to create a HelloWorld app for detecting and norm
>
> - Android Studio 2022.2.1 is used here in this guide.
> - You can get the similar source code of the HelloWorld app from the following link
> - [Java](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/android/DocumentScanner/AutoNormalize){:target="_blank"}.
> - [Kotlin](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/android/DocumentScanner/AutoNormalizeKt){:target="_blank"}.
> - [DocumentScanner Android Sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/dcv_v2.6.1003/Android/DocumentScanner){:target="_blank"}.

### Create a New Project

Expand Down
3 changes: 1 addition & 2 deletions programming/android/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ In this section, let's see how to create a HelloWorld app for detecting and norm
>
> - Android Studio 2022.2.1 is used here in this guide.
> - You can get the similar source code of the HelloWorld app from the following link
> - [Java](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/android/DocumentScanner/AutoNormalize){:target="_blank"}.
> - [Kotlin](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/android/DocumentScanner/AutoNormalizeKt){:target="_blank"}.
> - [DocumentScanner Android Sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/main/Android/DocumentScanner){:target="_blank"}.

### Create a New Project

Expand Down
37 changes: 18 additions & 19 deletions programming/ios/user-guide-v2.2.3000.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ enableLanguageSelection: true
# iOS User Guide for Document Scanner Integration

- [iOS User Guide for Document Scanner Integration](#ios-user-guide-for-document-scanner-integration)
- [System Requirements](#system-requirements)
- [Add the SDK](#add-the-sdk)
- [Add the xcframeworks via CocoaPods](#add-the-xcframeworks-via-cocoapods)
- [Add the xcframeworks via Swift Package Manager](#add-the-xcframeworks-via-swift-package-manager)
- [Build Your First Application](#build-your-first-application)
- [Create a New Project](#create-a-new-project)
- [Include the Library](#include-the-library)
- [Initialize License](#initialize-license)
- [Main ViewController for Realtime Detection of Quads](#main-viewcontroller-for-realtime-detection-of-quads)
- [Get Prepared with the Camera Module](#get-prepared-with-the-camera-module)
- [Initialize Capture Vision Router](#initialize-capture-vision-router)
- [Set up Result Receiver](#set-up-result-receiver)
- [Configure the methods viewDidLoad, viewWillAppear, and viewWillDisappear](#configure-the-methods-viewdidload-viewwillappear-and-viewwilldisappear)
- [Display the Normalized Image](#display-the-normalized-image)
- [Configure Camera Permissions](#configure-camera-permissions)
- [Additional Steps for iOS 12.x or Lower Versions](#additional-steps-for-ios-12x-or-lower-versions)
- [Build and Run the Project](#build-and-run-the-project)
- [System Requirements](#system-requirements)
- [Add the SDK](#add-the-sdk)
- [Add the xcframeworks via CocoaPods](#add-the-xcframeworks-via-cocoapods)
- [Add the xcframeworks via Swift Package Manager](#add-the-xcframeworks-via-swift-package-manager)
- [Build Your First Application](#build-your-first-application)
- [Create a New Project](#create-a-new-project)
- [Include the Library](#include-the-library)
- [Initialize License](#initialize-license)
- [Main ViewController for Realtime Detection of Quads](#main-viewcontroller-for-realtime-detection-of-quads)
- [Get Prepared with the Camera Module](#get-prepared-with-the-camera-module)
- [Initialize Capture Vision Router](#initialize-capture-vision-router)
- [Set up Result Receiver](#set-up-result-receiver)
- [Configure the methods viewDidLoad, viewWillAppear, and viewWillDisappear](#configure-the-methods-viewdidload-viewwillappear-and-viewwilldisappear)
- [Display the Normalized Image](#display-the-normalized-image)
- [Configure Camera Permissions](#configure-camera-permissions)
- [Additional Steps for iOS 12.x or Lower Versions](#additional-steps-for-ios-12x-or-lower-versions)
- [Build and Run the Project](#build-and-run-the-project)

## System Requirements

Expand Down Expand Up @@ -80,8 +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
> - [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"}.
> - [DocumentScanner iOS Sample](https://github.com/Dynamsoft/capture-vision-mobile-samples/tree/dcv_v2.6.1003/ios/DocumentScanner/){:target="_blank"}.

### Create a New Project

Expand Down
Loading