diff --git a/_includes/sidelist-parameters-organization.html b/_includes/sidelist-parameters-organization.html index f641edc1..77ef82a1 100644 --- a/_includes/sidelist-parameters-organization.html +++ b/_includes/sidelist-parameters-organization.html @@ -261,6 +261,8 @@
  • EnableQRCodeModel1
  • FindUnevenModuleBarcode
  • HeadModuleRatio
  • +
  • IncludeImpliedAI01
  • +
  • IncludeTrailingCheckDigit
  • MinQuietZoneWidth
  • MinRatioOfBarcodeZoneWidthToHeight
  • MinResultConfidence
  • diff --git a/assets/js/dbrCoreVersionSearch.json b/assets/js/dbrCoreVersionSearch.json index a4ad0e48..98617ee9 100644 --- a/assets/js/dbrCoreVersionSearch.json +++ b/assets/js/dbrCoreVersionSearch.json @@ -1,4 +1,10 @@ [ + { + "version": "11.0.4000", + "matchVersion": { + "dcv": "3.0.4000" + } + }, { "version": "11.0.3000", "matchVersion": { diff --git a/programming/usecases/read-postal-codes.md b/programming/usecases/read-postal-codes.md index 7b35fd55..b1ba0a9c 100644 --- a/programming/usecases/read-postal-codes.md +++ b/programming/usecases/read-postal-codes.md @@ -19,6 +19,7 @@ Dynamsoft Barcode Reader (DBR) supports the following types of postal codes. Det * Planet * Australian Post * Royal Mail 4-State Customer Barcode +* KIX ## Particular Parameter Required diff --git a/release-notes/dbr-rn-11.md b/release-notes/dbr-rn-11.md index 207b0625..03b626fe 100644 --- a/release-notes/dbr-rn-11.md +++ b/release-notes/dbr-rn-11.md @@ -35,6 +35,7 @@ noTitleIndex: true | Versions | Available Editions | | -------- | ------------------ | +| 11.0.4000 | [C++]({{ site.cpp_release_notes}}cpp-11.html#1104000-07152025){:target="_blank"} / [.NET]({{ site.dotnet_release_notes }}dotnet-11.html#1104000-07152025){:target="_blank"} / [Python]({{ site.python_release_notes}}python-11.html#1104000-07152025){:target="_blank"} | | 11.0.3000 | [C++]({{ site.cpp_release_notes}}cpp-11.html#1103000-05132025){:target="_blank"} / [.NET]({{ site.dotnet_release_notes }}dotnet-11.html#1103000-05132025){:target="_blank"} / [Python]({{ site.python_release_notes}}python-11.html#1103000-05152025){:target="_blank"} / [Android]({{ site.android_release_notes}}android-11.html#1103000-05152025){:target="_blank"} / [iOS]({{ site.oc_release_notes }}ios-11.html#1103000-05152025){:target="_blank"} | | 11.0.2000 | [Python]({{ site.python_release_notes}}python-11.html#1102000-04092025){:target="_blank"} | | 11.0.1000 | [C++]({{ site.cpp_release_notes}}cpp-11.html#1101000-03042025){:target="_blank"} |