Skip to content

[SB-20657][SB-21068] Android ds 9.0.0#423

Open
SerhiiChaban-apryse wants to merge 13 commits intomasterfrom
android_ds_9.0.0
Open

[SB-20657][SB-21068] Android ds 9.0.0#423
SerhiiChaban-apryse wants to merge 13 commits intomasterfrom
android_ds_9.0.0

Conversation

@SerhiiChaban-apryse
Copy link
Copy Markdown

No description provided.

@SerhiiChaban-apryse SerhiiChaban-apryse changed the title [SB-20657] Android ds 9.0.0 [SB-20657][SB-21068] Android ds 9.0.0 Apr 21, 2026

buildTypes {
named("debug") {
// set this to `false` to allow debugging and run a "non-release" build
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this comment

}
}

kotlin {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be, when laid out properly, kotlin.jvmToolchain(project.ext.jvmToolchainVersion) and outside of android { closure.

<resources>
<string name="app_name">Scanbot SDK Example</string>

<string name="hello_world">Hello world!</string>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it actually used?

@SerhiiChaban-apryse SerhiiChaban-apryse deleted the android_ds_9.0.0 branch April 30, 2026 09:37
@SerhiiChaban-apryse SerhiiChaban-apryse restored the android_ds_9.0.0 branch April 30, 2026 09:39
aspectRatios = listOf(AspectRatio(3.0, 4.0))
)
enhancer.straighten(imageRef, params).onSuccess { straightenedImage ->
// straightenedImage is an ImageRef of the straightened image, you can display it in the UI or save it to storage
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

straightenedImage isn't an ImageRef but an object of DocumentStraighteningResult. The imageRef is straightenedImage.straightenedImage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants