Spire.OCR 1.9.16 improves the memory reclamation efficiency and recognition speed
2024-12-24 08:34:43
We are excited to announce the release of Spire.OCR 1.9.16. This version improves the memory reclamation efficiency and recognition speed. Moreover, a lot of known issues are fixed successfully in this version, such as the issue that the recognition result of inverted text was incorrect. More details are listed below. Here is a list of changes made in this release Category ID Description Bug SPIREOCR-78 Improves the memory reclamation efficiency and recognition speed Bug SPIREOCR-13 SPIREOCR-58 SPIREOCR-65 Fixes the issue that the obtained text coordinates were incorrect. Bug SPIREOCR-14 Fixes the issue that the recognition result of inverted text was…
Spire.OCR 1.9.12 supports a new model for OCR usage
2024-09-30 00:51:00
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");…
Spire.OCR 1.9.8 supports configuring OCR models, languages, and dependency libraries
2024-07-12 06:58:40
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…
Spire.OCR 1.9.1 supports Linux operating system
2024-02-07 06:34:41
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
Spire.OCR 1.9.0 fixes the issue that multiple executions in Linux environments resulted in errors
2023-09-11 07:33:26
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
