Skip to content

Commit d0a9d7e

Browse files
update to internal commit 65367741
1 parent cad02b6 commit d0a9d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/maui/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Open the **Info.plist** file under the **Platforms/iOS/** folder (Open with XML
305305

306306
### Obtaining Normalized Document Image
307307

308-
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.
308+
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.
309309

310310
```c#
311311
......

0 commit comments

Comments
 (0)