File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
_includes/sidelist-programming Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
1231234 . Click ** Sync Now** . After the synchronization is complete, the SDK is added to the project.
124124
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
1321324 . Click ** Sync Now** . After the synchronization is complete, the SDK is added to the project.
133133
You can’t perform that action at this time.
0 commit comments