Skip to content

Commit cbcd8ce

Browse files
Merge pull request #337 from dynamsoft-docs/preview
Preview
2 parents 4ec7b03 + a3969ff commit cbcd8ce

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

_includes/sidelist-programming/programming-android.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@
254254
<ul lang="android">
255255
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/directory-fetcher.html" class="otherLinkColour">DirectoryFetcher</a></li>
256256
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/file-fetcher.html" class="otherLinkColour">FileFetcher</a></li>
257-
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/image-manager.html" class="otherLinkColour">ImageManager</a></li>
257+
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/image-drawer.html" class="otherLinkColour">ImageDrawer</a></li>
258+
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/image-io.html" class="otherLinkColour">ImageIO</a></li>
259+
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/image-processer.html" class="otherLinkColour">ImageProcessor</a></li>
258260
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/multi-frame-result-cross-filter.html" class="otherLinkColour">MultiFrameResultCrossFilter</a></li>
259261
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/proactive-image-source-adapter.html" class="otherLinkColour">ProactiveImageSourceAdapter</a></li>
260262
<li lang="android"><a href="{{ site.dcvb_android_api }}utility/utility-exception.html" class="otherLinkColour">UtilityException</a></li>

_includes/sidelist-programming/programming-oc.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,9 @@
255255
<ul lang="objectivec-swift">
256256
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/directory-fetcher.html" class="otherLinkColour">DSDirectoryFetcher</a></li>
257257
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/file-fetcher.html" class="otherLinkColour">DSFileFetcher</a></li>
258-
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-manager.html" class="otherLinkColour">DSImageManager</a></li>
258+
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-drawer.html" class="otherLinkColour">DSImageDrawer</a></li>
259+
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-io.html" class="otherLinkColour">DSImageIO</a></li>
260+
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/image-processer.html" class="otherLinkColour">DSImageProcessor</a></li>
259261
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/multi-frame-result-cross-filter.html" class="otherLinkColour">DSMultiFrameResultCrossFilter</a></li>
260262
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/proactive-image-source-adapter.html" class="otherLinkColour">DSProactiveImageSourceAdapter</a></li>
261263
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}utility/utility-module.html" class="otherLinkColour">DSUtilityModule</a></li>

programming/android/foundational-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ There are two ways to add the libraries into your project - **Manually** and **M
118118

119119
> Note:
120120
>
121-
> The **com.dynamsoft.dce** library of **DynamsoftCaptureVisionBundle.aar** requires the camerax dependencies.
121+
> The camera features require the camerax dependencies.
122122
123123
4. Click **Sync Now**. After the synchronization is complete, the SDK is added to the project.
124124

programming/android/release-notes/android-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ noTitleIndex: true
1010

1111
# Release Notes for Android SDK - 11.x
1212

13-
## 11.0.3000 (05/14/2025)
13+
## 11.0.3000 (05/15/2025)
1414

1515
### [Highlights](https://www.dynamsoft.com/release-highlights/?product=dbr11.0)
1616

programming/android/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pageStartVer: 10.0
115115

116116
> Note:
117117
>
118-
> The **com.dynamsoft.dce** library of **DynamsoftCaptureVisionBundle.aar** requires the camerax dependencies.
118+
> The camera features require the camerax dependencies.
119119
120120
4. Click **Sync Now**. After the synchronization is complete, the SDK is added to the project.
121121

programming/android/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ There are two ways in which you can include the `dynamsoftbarcodereaderbundle` l
127127

128128
> Note:
129129
>
130-
> The **com.dynamsoft.dce** library of **DynamsoftCaptureVisionBundle.aar** requires the camerax dependencies.
130+
> The camera features require the camerax dependencies.
131131
132132
4. Click **Sync Now**. After the synchronization is complete, the SDK is added to the project.
133133

0 commit comments

Comments
 (0)