From c615e667ad91d2709148c89f2b6ed5c06f2f84ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Kv=C3=ADtek?= Date: Wed, 26 Aug 2026 09:13:33 +0200 Subject: [PATCH 1/4] docs: fix trial license duration mismatch (7-day vs 30-day) Every other example module states the trial license lasts 30 days. README.md and the compose example's Application.kt were the only two places still saying 7 days. Aligning them with the rest of the repo. --- README.md | 2 +- .../app/src/main/java/io/scanbot/example/compose/Application.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6d3d77e..4a52fb10 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ As a customer, you also get access to a dedicated support Slack or Microsoft Tea The Scanbot SDK examples will run one minute per session without a license. After that, all functionalities and UI components will stop working. -To try the Scanbot SDK without a one-minute limit, you can request a free, no-strings-attached [7-day trial license](https://scanbot.io/trial/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites). +To try the Scanbot SDK without a one-minute limit, you can request a free, no-strings-attached [30-day trial license](https://scanbot.io/trial/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites). Alternatively, check out our [demo apps](https://scanbot.io/demo-apps/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites) to test the SDK. diff --git a/compose-custom-ui-example/app/src/main/java/io/scanbot/example/compose/Application.kt b/compose-custom-ui-example/app/src/main/java/io/scanbot/example/compose/Application.kt index f3584f22..4bf0f365 100644 --- a/compose-custom-ui-example/app/src/main/java/io/scanbot/example/compose/Application.kt +++ b/compose-custom-ui-example/app/src/main/java/io/scanbot/example/compose/Application.kt @@ -29,7 +29,7 @@ class Application : Application(), CoroutineScope { * TODO Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. * Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using * the app identifier "io.scanbot.example.sdk.rtu.android" of this example app. */ From 2c14eb0765bfcbf45bb3a5999a9ea545dba7f357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Kv=C3=ADtek?= Date: Wed, 26 Aug 2026 12:03:22 +0200 Subject: [PATCH 2/4] docs: correct trial license duration to 7 days everywhere Confirmed with Scanbot: the trial license is 7 days, not 30. The previous commit on this branch aligned two stale mentions to the majority value (30 days) found in the repo, which was backwards. This corrects all 25 occurrences to the accurate 7-day duration. --- README.md | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../ocr/src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../app/src/main/java/io/scanbot/example/compose/Application.kt | 2 +- .../app/src/main/java/io/scanbot/example/Application.kt | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 4a52fb10..a6d3d77e 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ As a customer, you also get access to a dedicated support Slack or Microsoft Tea The Scanbot SDK examples will run one minute per session without a license. After that, all functionalities and UI components will stop working. -To try the Scanbot SDK without a one-minute limit, you can request a free, no-strings-attached [30-day trial license](https://scanbot.io/trial/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites). +To try the Scanbot SDK without a one-minute limit, you can request a free, no-strings-attached [7-day trial license](https://scanbot.io/trial/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites). Alternatively, check out our [demo apps](https://scanbot.io/demo-apps/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites) to test the SDK. diff --git a/classic-components-example/adjustable-filters/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/adjustable-filters/src/main/java/io/scanbot/example/ExampleApplication.kt index 3e901caa..6b9476a2 100755 --- a/classic-components-example/adjustable-filters/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/adjustable-filters/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -22,7 +22,7 @@ class ExampleApplication : Application(), CoroutineScope { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/barcode-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/barcode-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index e2d05857..dc06efa1 100644 --- a/classic-components-example/barcode-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/barcode-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -10,7 +10,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/camera-fragment/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/camera-fragment/src/main/java/io/scanbot/example/ExampleApplication.kt index e95e2c62..bdfd3fa0 100755 --- a/classic-components-example/camera-fragment/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/camera-fragment/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -21,7 +21,7 @@ class ExampleApplication : Application(), CoroutineScope { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/camera-view-aspect-ratio-finder/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/camera-view-aspect-ratio-finder/src/main/java/io/scanbot/example/ExampleApplication.kt index 2dd3a1fa..714d092e 100755 --- a/classic-components-example/camera-view-aspect-ratio-finder/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/camera-view-aspect-ratio-finder/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -10,7 +10,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/camera-view/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/camera-view/src/main/java/io/scanbot/example/ExampleApplication.kt index 2dd3a1fa..714d092e 100755 --- a/classic-components-example/camera-view/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/camera-view/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -10,7 +10,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/check-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/check-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index bba5689b..d4653e8a 100755 --- a/classic-components-example/check-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/check-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/creditcard-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/creditcard-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index eff756b8..a7b042d6 100755 --- a/classic-components-example/creditcard-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/creditcard-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -10,7 +10,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using * the app identifier "io.scanbot.example" of this example app. */ diff --git a/classic-components-example/document-data-extractor-autosnapping/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/document-data-extractor-autosnapping/src/main/java/io/scanbot/example/ExampleApplication.kt index 8d7972bb..c7d6a9a3 100755 --- a/classic-components-example/document-data-extractor-autosnapping/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/document-data-extractor-autosnapping/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -13,7 +13,7 @@ class ExampleApplication : Application() { * TODO 1/3: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/document-data-extractor-livedetection/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/document-data-extractor-livedetection/src/main/java/io/scanbot/example/ExampleApplication.kt index 8cd5076a..45f82ffe 100755 --- a/classic-components-example/document-data-extractor-livedetection/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/document-data-extractor-livedetection/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -10,7 +10,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/document-enhancer/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/document-enhancer/src/main/java/io/scanbot/example/ExampleApplication.kt index d366bec5..5df8280d 100755 --- a/classic-components-example/document-enhancer/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/document-enhancer/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -20,7 +20,7 @@ class ExampleApplication : Application(), CoroutineScope { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/document-quality-analyzer/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/document-quality-analyzer/src/main/java/io/scanbot/example/ExampleApplication.kt index b7c29a9d..bae3f440 100755 --- a/classic-components-example/document-quality-analyzer/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/document-quality-analyzer/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/document-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/document-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index d366bec5..5df8280d 100755 --- a/classic-components-example/document-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/document-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -20,7 +20,7 @@ class ExampleApplication : Application(), CoroutineScope { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/edit-polygon-view/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/edit-polygon-view/src/main/java/io/scanbot/example/ExampleApplication.kt index 7593130a..1da613f4 100755 --- a/classic-components-example/edit-polygon-view/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/edit-polygon-view/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -10,7 +10,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/encryption/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/encryption/src/main/java/io/scanbot/example/ExampleApplication.kt index a8d969a2..18cdb456 100644 --- a/classic-components-example/encryption/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/encryption/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * TODO: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/manual-processing/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/manual-processing/src/main/java/io/scanbot/example/ExampleApplication.kt index 5bc27d84..5928ee3b 100755 --- a/classic-components-example/manual-processing/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/manual-processing/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -10,7 +10,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/mc-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/mc-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index 7593130a..1da613f4 100755 --- a/classic-components-example/mc-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/mc-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -10,7 +10,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/mrz-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/mrz-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index 2dd3a1fa..714d092e 100755 --- a/classic-components-example/mrz-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/mrz-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -10,7 +10,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/ocr/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/ocr/src/main/java/io/scanbot/example/ExampleApplication.kt index 54e8ca06..4b8c16dd 100755 --- a/classic-components-example/ocr/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/ocr/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -21,7 +21,7 @@ class ExampleApplication : Application(), CoroutineScope { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/pdf-generation/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/pdf-generation/src/main/java/io/scanbot/example/ExampleApplication.kt index 5b59082b..11cc4396 100755 --- a/classic-components-example/pdf-generation/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/pdf-generation/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -10,7 +10,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/text-pattern-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/text-pattern-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index a4553c3b..2e846e42 100755 --- a/classic-components-example/text-pattern-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/text-pattern-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -10,7 +10,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using * the app identifier "io.scanbot.example" of this example app. */ diff --git a/classic-components-example/tiff-generation/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/tiff-generation/src/main/java/io/scanbot/example/ExampleApplication.kt index 4aa114b7..d55860e1 100755 --- a/classic-components-example/tiff-generation/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/tiff-generation/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -13,7 +13,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ diff --git a/classic-components-example/vin-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/vin-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index a4553c3b..2e846e42 100755 --- a/classic-components-example/vin-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/vin-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -10,7 +10,7 @@ class ExampleApplication : Application() { * TODO 1/2: Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using * the app identifier "io.scanbot.example" of this example app. */ diff --git a/compose-custom-ui-example/app/src/main/java/io/scanbot/example/compose/Application.kt b/compose-custom-ui-example/app/src/main/java/io/scanbot/example/compose/Application.kt index 4bf0f365..f3584f22 100644 --- a/compose-custom-ui-example/app/src/main/java/io/scanbot/example/compose/Application.kt +++ b/compose-custom-ui-example/app/src/main/java/io/scanbot/example/compose/Application.kt @@ -29,7 +29,7 @@ class Application : Application(), CoroutineScope { * TODO Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using * the app identifier "io.scanbot.example.sdk.rtu.android" of this example app. */ diff --git a/data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/Application.kt b/data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/Application.kt index 9ad5f23b..bbf8600b 100644 --- a/data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/Application.kt +++ b/data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/Application.kt @@ -30,7 +30,7 @@ class Application : Application(), CoroutineScope { * TODO Add the Scanbot SDK license key here. * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. - * You can get an unrestricted "no-strings-attached" 30 day trial license key for free. + * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. * Please submit the trial license form (https://scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.rtu.android" of this example app. */ From d71d36f93b34549b166e2d38b95c4f69bba1beb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Kv=C3=ADtek?= Date: Wed, 26 Aug 2026 12:12:46 +0200 Subject: [PATCH 3/4] docs: update trial license link to docs.scanbot.io/trial/ The old scanbot.io/sdk/trial.html link is stale; point to the current trial page per Ildar. --- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../app/src/main/java/io/scanbot/example/compose/Application.kt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/classic-components-example/creditcard-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/creditcard-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index a7b042d6..a4582b65 100755 --- a/classic-components-example/creditcard-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/creditcard-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/text-pattern-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/text-pattern-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index 2e846e42..280d6392 100755 --- a/classic-components-example/text-pattern-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/text-pattern-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/vin-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/vin-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index 2e846e42..280d6392 100755 --- a/classic-components-example/vin-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/vin-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example" of this example app. */ val licenseKey = "" diff --git a/compose-custom-ui-example/app/src/main/java/io/scanbot/example/compose/Application.kt b/compose-custom-ui-example/app/src/main/java/io/scanbot/example/compose/Application.kt index f3584f22..d10ebc99 100644 --- a/compose-custom-ui-example/app/src/main/java/io/scanbot/example/compose/Application.kt +++ b/compose-custom-ui-example/app/src/main/java/io/scanbot/example/compose/Application.kt @@ -30,7 +30,7 @@ class Application : Application(), CoroutineScope { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/sdk/trial.html) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.rtu.android" of this example app. */ const val LICENSE_KEY = "" From 9a0881d933bf2caca4a74c6e946decab41b29650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Kv=C3=ADtek?= Date: Wed, 26 Aug 2026 17:35:20 +0200 Subject: [PATCH 4/4] docs: replace remaining scanbot.io/trial/ links with docs.scanbot.io/trial/ Follow-up to the earlier .html link fix -- these bare /trial/ links were fixed locally but not committed in the previous pass. --- README.md | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../ocr/src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../src/main/java/io/scanbot/example/ExampleApplication.kt | 2 +- .../app/src/main/java/io/scanbot/example/Application.kt | 2 +- .../src/main/java/io/scanbot/example/fragments/ErrorFragment.kt | 2 +- document-scanner-ready-to-use-ui-example/README.md | 2 +- .../app/src/main/java/com/example/scanbot/ExampleApplication.kt | 2 +- .../app/src/main/java/com/example/scanbot/main/OptionAdapter.kt | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index a6d3d77e..e5ad415c 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ As a customer, you also get access to a dedicated support Slack or Microsoft Tea The Scanbot SDK examples will run one minute per session without a license. After that, all functionalities and UI components will stop working. -To try the Scanbot SDK without a one-minute limit, you can request a free, no-strings-attached [7-day trial license](https://scanbot.io/trial/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites). +To try the Scanbot SDK without a one-minute limit, you can request a free, no-strings-attached [7-day trial license](https://docs.scanbot.io/trial/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites). Alternatively, check out our [demo apps](https://scanbot.io/demo-apps/?utm_source=github.com&utm_medium=referral&utm_campaign=dev_sites) to test the SDK. diff --git a/classic-components-example/adjustable-filters/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/adjustable-filters/src/main/java/io/scanbot/example/ExampleApplication.kt index 6b9476a2..d6e8ebb2 100755 --- a/classic-components-example/adjustable-filters/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/adjustable-filters/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -23,7 +23,7 @@ class ExampleApplication : Application(), CoroutineScope { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ private val licenseKey = "" diff --git a/classic-components-example/barcode-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/barcode-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index dc06efa1..338c7caa 100644 --- a/classic-components-example/barcode-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/barcode-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/camera-fragment/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/camera-fragment/src/main/java/io/scanbot/example/ExampleApplication.kt index bdfd3fa0..13fa0235 100755 --- a/classic-components-example/camera-fragment/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/camera-fragment/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -22,7 +22,7 @@ class ExampleApplication : Application(), CoroutineScope { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/camera-view-aspect-ratio-finder/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/camera-view-aspect-ratio-finder/src/main/java/io/scanbot/example/ExampleApplication.kt index 714d092e..c1bd6136 100755 --- a/classic-components-example/camera-view-aspect-ratio-finder/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/camera-view-aspect-ratio-finder/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/camera-view/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/camera-view/src/main/java/io/scanbot/example/ExampleApplication.kt index 714d092e..c1bd6136 100755 --- a/classic-components-example/camera-view/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/camera-view/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/check-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/check-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index d4653e8a..fa71be33 100755 --- a/classic-components-example/check-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/check-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -12,7 +12,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/document-data-extractor-autosnapping/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/document-data-extractor-autosnapping/src/main/java/io/scanbot/example/ExampleApplication.kt index c7d6a9a3..0ea5a28e 100755 --- a/classic-components-example/document-data-extractor-autosnapping/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/document-data-extractor-autosnapping/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -14,7 +14,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/document-data-extractor-livedetection/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/document-data-extractor-livedetection/src/main/java/io/scanbot/example/ExampleApplication.kt index 45f82ffe..6c5fa3da 100755 --- a/classic-components-example/document-data-extractor-livedetection/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/document-data-extractor-livedetection/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/document-enhancer/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/document-enhancer/src/main/java/io/scanbot/example/ExampleApplication.kt index 5df8280d..dd05f7f7 100755 --- a/classic-components-example/document-enhancer/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/document-enhancer/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -21,7 +21,7 @@ class ExampleApplication : Application(), CoroutineScope { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/document-quality-analyzer/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/document-quality-analyzer/src/main/java/io/scanbot/example/ExampleApplication.kt index bae3f440..fb39b582 100755 --- a/classic-components-example/document-quality-analyzer/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/document-quality-analyzer/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -12,7 +12,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/document-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/document-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index 5df8280d..dd05f7f7 100755 --- a/classic-components-example/document-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/document-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -21,7 +21,7 @@ class ExampleApplication : Application(), CoroutineScope { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/edit-polygon-view/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/edit-polygon-view/src/main/java/io/scanbot/example/ExampleApplication.kt index 1da613f4..62a9f435 100755 --- a/classic-components-example/edit-polygon-view/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/edit-polygon-view/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/encryption/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/encryption/src/main/java/io/scanbot/example/ExampleApplication.kt index 18cdb456..f113ccde 100644 --- a/classic-components-example/encryption/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/encryption/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -12,7 +12,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/manual-processing/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/manual-processing/src/main/java/io/scanbot/example/ExampleApplication.kt index 5928ee3b..d54b1ad9 100755 --- a/classic-components-example/manual-processing/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/manual-processing/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/mc-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/mc-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index 1da613f4..62a9f435 100755 --- a/classic-components-example/mc-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/mc-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/mrz-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/mrz-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt index 714d092e..c1bd6136 100755 --- a/classic-components-example/mrz-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/mrz-scanner/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/ocr/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/ocr/src/main/java/io/scanbot/example/ExampleApplication.kt index 4b8c16dd..9d3f51ee 100755 --- a/classic-components-example/ocr/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/ocr/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -22,7 +22,7 @@ class ExampleApplication : Application(), CoroutineScope { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/pdf-generation/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/pdf-generation/src/main/java/io/scanbot/example/ExampleApplication.kt index 11cc4396..65b294ae 100755 --- a/classic-components-example/pdf-generation/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/pdf-generation/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -11,7 +11,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/classic-components-example/tiff-generation/src/main/java/io/scanbot/example/ExampleApplication.kt b/classic-components-example/tiff-generation/src/main/java/io/scanbot/example/ExampleApplication.kt index d55860e1..721ef75b 100755 --- a/classic-components-example/tiff-generation/src/main/java/io/scanbot/example/ExampleApplication.kt +++ b/classic-components-example/tiff-generation/src/main/java/io/scanbot/example/ExampleApplication.kt @@ -14,7 +14,7 @@ class ExampleApplication : Application() { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.android" of this example app. */ val licenseKey = "" diff --git a/data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/Application.kt b/data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/Application.kt index bbf8600b..304ebcb6 100644 --- a/data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/Application.kt +++ b/data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/Application.kt @@ -31,7 +31,7 @@ class Application : Application(), CoroutineScope { * Please note: The Scanbot SDK will run without a license key for one minute per session! * After the trial period is over all Scanbot SDK functions as well as the UI components will stop working. * You can get an unrestricted "no-strings-attached" 7 day trial license key for free. - * Please submit the trial license form (https://scanbot.io/trial/) on our website by using + * Please submit the trial license form (https://docs.scanbot.io/trial/) on our website by using * the app identifier "io.scanbot.example.sdk.rtu.android" of this example app. */ const val LICENSE_KEY = "" diff --git a/data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/fragments/ErrorFragment.kt b/data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/fragments/ErrorFragment.kt index dedc4841..82dc8f49 100644 --- a/data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/fragments/ErrorFragment.kt +++ b/data-capture-ready-to-use-ui-example/app/src/main/java/io/scanbot/example/fragments/ErrorFragment.kt @@ -43,7 +43,7 @@ class ErrorFragment : androidx.fragment.app.DialogFragment() { } builder.setPositiveButton(getString(R.string.get_license)) { _, _ -> run { - val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://scanbot.io/trial/")) + val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://docs.scanbot.io/trial/")) activity?.startActivity(Intent.createChooser(intent, "Choose Browser")) dismiss() } diff --git a/document-scanner-ready-to-use-ui-example/README.md b/document-scanner-ready-to-use-ui-example/README.md index 45f9efc5..3c991584 100644 --- a/document-scanner-ready-to-use-ui-example/README.md +++ b/document-scanner-ready-to-use-ui-example/README.md @@ -12,7 +12,7 @@ The Scanbot SDK will run without a license for one minute per session! After the trial period has expired, all SDK functions and UI components will stop working. You have to restart the app to get another one-minute trial period. -To test the Scanbot SDK without crashing, you can get a free “no-strings-attached” trial license. Please submit the [Trial License Form](https://scanbot.io/trial/) on our website. +To test the Scanbot SDK without crashing, you can get a free “no-strings-attached” trial license. Please submit the [Trial License Form](https://docs.scanbot.io/trial/) on our website. ## Free Developer Support diff --git a/document-scanner-ready-to-use-ui-example/app/src/main/java/com/example/scanbot/ExampleApplication.kt b/document-scanner-ready-to-use-ui-example/app/src/main/java/com/example/scanbot/ExampleApplication.kt index 1067c809..6ac1622b 100644 --- a/document-scanner-ready-to-use-ui-example/app/src/main/java/com/example/scanbot/ExampleApplication.kt +++ b/document-scanner-ready-to-use-ui-example/app/src/main/java/com/example/scanbot/ExampleApplication.kt @@ -27,7 +27,7 @@ class ExampleApplication : Application(), CoroutineScope { * Please note: Scanbot Document Scanner SDK will run without a license key for one minute per session! * After the trial period has expired all SDK features and UI components will stop working. * You can get a free "no-strings-attached" trial license key. Please submit the trial license - * form (https://scanbot.io/trial) on our website by using the app identifier + * form (https://docs.scanbot.io/trial/) on our website by using the app identifier * "io.scanbot.example.document.usecases.android" of this example app. */ private const val LICENSE_KEY = "" // "YOUR_SCANBOT_SDK_LICENSE_KEY" diff --git a/document-scanner-ready-to-use-ui-example/app/src/main/java/com/example/scanbot/main/OptionAdapter.kt b/document-scanner-ready-to-use-ui-example/app/src/main/java/com/example/scanbot/main/OptionAdapter.kt index 3505fb8e..b0e26bc0 100644 --- a/document-scanner-ready-to-use-ui-example/app/src/main/java/com/example/scanbot/main/OptionAdapter.kt +++ b/document-scanner-ready-to-use-ui-example/app/src/main/java/com/example/scanbot/main/OptionAdapter.kt @@ -40,7 +40,7 @@ class OptionAdapter( } view.findViewById(R.id.support_trial_license_button).setOnClickListener { // Use "io.scanbot.example.document.usecases.android" as an application ID to get a 7-day trial license key for this app. - ExampleUtils.openBrowser(parent.context, "https://scanbot.io/trial/") + ExampleUtils.openBrowser(parent.context, "https://docs.scanbot.io/trial/") } SupportViewHolder(view) }