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"); string text = scanner.Text.ToString(); File.WriteAllText("result.txt", text); |
Bug | SPIREOCR-67 | Improves the Recognition speed. |
Bug | SPIREOCR-3 | Fixes the issue that character recognition errors occurred. |
Bug | SPIREOCR-27 | Fixes the issue that inconsistent character recognition occurred during multiple reads. |
Bug | SPIREOCR-43 | Fixes the issue that image data was not fully extracted. |
Bug | SPIREOCR-68 | Fixes the issue that image recognition failed on the Linux system. |
Bug | SPIREOCR-74 | Fixes the issue that incorrect line breaks occurred in recognized characters. |
Bug | SPIREOCR-75 | Fixes the issue that intermittent recognition failures happen when cyclically recognizing text in images. |
Click the link to download Spire.OCR 1.9.12:
More information of Spire.OCR new release or hotfix: