From cad02b6d93f5868dbb6548c212709575b2d4fdaa Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Wed, 26 Feb 2025 17:58:26 +0800 Subject: [PATCH 1/3] update to internal commit 8ce625cb --- programming/maui/user-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programming/maui/user-guide.md b/programming/maui/user-guide.md index 1ad9139..d7a5602 100644 --- a/programming/maui/user-guide.md +++ b/programming/maui/user-guide.md @@ -125,7 +125,7 @@ Add NuGet package **Dynamsoft.CaptureVisionBundle.Maui** to your project. You ca ### Initialize MauiProgram -In **MauiProgram.cs**, add a custom handler for the `CameraView` control. Specifically, it maps the `CameraView` type to the `CameraViewHandler` type. +In **MauiProgram.cs**, add a custom handler for the [`CameraView`]({{ site.dce_maui_api }}camera-view.html) control. Specifically, it maps the [`CameraView`]({{ site.dce_maui_api }}camera-view.html) type to the `CameraViewHandler` type. ```c# namespace SimpleDocumentScanner; @@ -225,7 +225,7 @@ public partial class MainPage : ContentPage, ILicenseVerificationListener, ICapt ### Add the CameraView control in the Main Page -In the **MainPage.xaml**, add a `CameraView` control: +In the **MainPage.xaml**, add a [`CameraView`]({{ site.dce_maui_api }}camera-view.html) control: ```xml @@ -305,7 +305,7 @@ Open the **Info.plist** file under the **Platforms/iOS/** folder (Open with XML ### Obtaining Normalized Document Image -In **MainPage.xaml.cs**, implement `ICapturedResultReceiver` to receive normalized images result in `OnNormalizedImagesReceived` callback function. +In **MainPage.xaml.cs**, implement [`ICapturedResultReceiver`]({{ site.dcv_maui_api }}capture-vision-router/captured-result-receiver.html) to receive normalized images result in [`OnNormalizedImagesReceived`]({{ site.dcv_maui_api }}capture-vision-router/captured-result-receiver.html#onnormalizedimagesreceived) callback function. ```c# ...... From d0a9d7e076f78446ef3891825c23f8ece33a6d2e Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Wed, 26 Feb 2025 18:02:14 +0800 Subject: [PATCH 2/3] update to internal commit 65367741 --- programming/maui/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/maui/user-guide.md b/programming/maui/user-guide.md index d7a5602..baba990 100644 --- a/programming/maui/user-guide.md +++ b/programming/maui/user-guide.md @@ -305,7 +305,7 @@ Open the **Info.plist** file under the **Platforms/iOS/** folder (Open with XML ### Obtaining Normalized Document Image -In **MainPage.xaml.cs**, implement [`ICapturedResultReceiver`]({{ site.dcv_maui_api }}capture-vision-router/captured-result-receiver.html) to receive normalized images result in [`OnNormalizedImagesReceived`]({{ site.dcv_maui_api }}capture-vision-router/captured-result-receiver.html#onnormalizedimagesreceived) callback function. +In **MainPage.xaml.cs**, implement [`ICapturedResultReceiver`]({{ site.dcv_maui_api }}capture-vision-router/auxiliary-classes/captured-result-receiver.html) to receive normalized images result in [`OnNormalizedImagesReceived`]({{ site.dcv_maui_api }}capture-vision-router/auxiliary-classes/captured-result-receiver.html#onnormalizedimagesreceived) callback function. ```c# ...... From 29c6766ced61ece80a94dcec906daa4b89c25fdf Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Wed, 26 Feb 2025 18:08:34 +0800 Subject: [PATCH 3/3] update to internal commit 0a3e3b99 --- programming/maui/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/maui/user-guide.md b/programming/maui/user-guide.md index baba990..0442647 100644 --- a/programming/maui/user-guide.md +++ b/programming/maui/user-guide.md @@ -65,7 +65,7 @@ In the **NuGet Package Manager>Manage Packages for Solution** of your project, s ### Visual Studio for Windows -You have to Add the library via the project file and do some additional steps to complete the installation. +You need to add the library via the project file and complete additional steps for the installation. 1. Add the library in the project file: