We are pleased to announce the release of Spire.OCR 1.9.12. This version adds a new model for OCR usage. Furthermore, some known bugs are fixed in this update, such as the issue that errors occurred in character recognition. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - A new model for OCR usage has been added. OcrScanner scanner = new OcrScanner(); ConfigureOptions configureOptions = new ConfigureOptions(); configureOptions.ModelPath = "ocr_model\\win-x64\\"; // The default is English(for exmple English, Chinese, Chinesetraditional, French, German, Japan, or Korean) configureOptions.Language = "Chinese"; scanner.ConfigureDependencies(configureOptions); scanner.Scan("1.png");…
We are pleased to announce the release of Spire.OCR 1.9.8. This version adds the ConfigureOptions class and ConfigureDependencies(ConfigureOptions configureOptions) method, which supports configuring OCR models, languages, and dependency libraries. More details are listed below. Here is a list of changes made in this release Category ID Description New feature - Adds the ConfigureOptions class and new method ConfigureDependencies(ConfigureOptions configureOptions), which supports configuring OCR models, languages, and dependency libraries. OcrScanner scanner = new OcrScanner(); // Create a new instance of the ConfigureOptions class to set up the scanner configuration ConfigureOptions configureOptions = new ConfigureOptions(); // Set the path to the model…
We are happy to announce the release of Spire.OCR 1.9.1. In this version, Spire.OCR for .NET Standard DLL supports Linux operating system. More details are listed below. Here is a list of changes made in this release Category ID Description New feature SPIREOCR-30 Spire.OCR for .NET Standard DLL supports Linux operating system. Click the link to download Spire.OCR 1.9.1: https://www.e-iceblue.com/Download/ocr-for-net.html More information of Spire.OCR new release or hotfix: https://www.e-iceblue.com/forum/spire-ocr-new-release-or-hotfix-t10327.html
We are happy to announce the release of Spire.OCR 1.9.0. This version fixes the issue that error occurred when executing the project importing Spire.OCR.dll multiple times under Linux environment. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREOCR-44 Fixes the issue that error occurred when executing the project importing Spire.OCR.dll several times under Linux environment. Click the link to download Spire.OCR 1.9.0: https://www.e-iceblue.com/Download/ocr-for-net.html More information of Spire.OCR new release or hotfix: https://www.e-iceblue.com/forum/spire-ocr-new-release-or-hotfix-t10327.html
page