SmartZone ICR/OCR Standard v7.0

Released: Apr 12, 2022

v7.0 での更新項目

機能

  • Added support for Microsoft .NET Standard 2.0.
  • Added support for loading 8-, 24- and 32-bit images.
  • Added Linux support.
  • Added NuGet dependency packages, Accusoft.SmartZone.Runtime.Win/Lin, to Accusoft.SmartZone.Net package.
  • Removed NuGet dependency package, Accusoft.SmartZone.Runtime.Win, from Accusoft.SmartZoneOCR.Net package.
  • Running .NET publish now copies the required OCR assets from the NuGet packages to the publishing folder.
  • Microsoft Windows CRT libraries updated to version 14.30.30708.0.
  • Added Java License Manager and Server Licensing Utility for Linux.
  • Breaking Changes:
    • The classes Accusoft.SmartZoneICRSdk.SmartZoneException and Accusoft.SmartZoneOCRSdk.SmartZoneException now derive from System.Exception instead of System.ApplicationException.
    • Unsupported characters have been removed from all predefined character sets in the CharacterSet class. See Upgrading SmartZone OCR for more details.
    • Some native libraries that were previously integrated in the Accusoft.SmartZoneOCR.Net assembly are now included as separate dlls. These libraries will be extracted to the same directory as the assembly when using the Nuget Package. The libraries are named Accusoft.SmartZoneOCR.Common.dll and Accusoft.SmartZoneOCR.Common64.dll on Windows. For Linux distributions, the name of the file is Accusoft.SmartZoneOCR.CommonLinux64.so. These need to be included when redistributing any application that uses the SmartZoneOCR SDK.
    • Some native libraries that were previously integrated in the Accusoft.SmartZoneICR.Net assembly are now included as separate dlls. These libraries will be extracted to the same directory as the assembly when using the Nuget Package. The libraries are named Accusoft.SmartZoneICR.Common.dll and Accusoft.SmartZoneICR.Common64.dll on Windows. For Linux distributions, the name of the file is Accusoft.SmartZoneICR.CommonLinux64.so. These need to be included when redistributing any application that uses the SmartZoneICR SDK.