Prepare release: v1.2.0

This commit is contained in:
Pierre-Yves Nicolas
2025-09-22 11:07:29 +02:00
parent c8b2659703
commit 189af12c88
5 changed files with 6 additions and 2 deletions

View File

@@ -24,8 +24,8 @@ android {
// https://ai.google.dev/edge/litert/android/index
minSdk = 26
targetSdk = 35
versionCode = 22 // increment by 2 because of ABI-specific APKs
versionName = "1.1.0"
versionCode = 24 // increment by 2 because of ABI-specific APKs
versionName = "1.2.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,2 @@
- Sharper document borders: more accurate borders with less background included, while keeping the full document content.
- Better auto-detection of color vs. grayscale

View File

@@ -0,0 +1,2 @@
- Sharper document borders: more accurate borders with less background included, while keeping the full document content.
- Better auto-detection of color vs. grayscale

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 41 KiB