We are pleased to announce the release of Spire.OCR for Python 1.9.13. This release introduced platform and dependency adjustments and enhanced error handling and OCR recognition capabilities. Details are listed below.
Here is a list of changes made in this release
| Category | ID | Description |
| Adjustment | - | Upgraded SkiaSharp to 3.116.1. |
| Adjustment | - | Added support for the Linux-ARM platform. |
| Adjustment | - | Changed license usage to spire.ocr.LicenseProvider; the common license object was no longer used. |
| Enhancement | SPIREOCR-111 | Enhanced error handling: when the system library libdl.so was unavailable, image scanning returned a clear error message. |
| Enhancement | - | Enhanced OCR recognition capability:
1. Supported recognition of rotated images. configureOptions.AutoRotate = True 2. Supported outputting recognized text in the order of its original positions on the image. visualText = VisualTextAligner(scanner.Text)text = visualText.ToString() |
Click the link below to download Spire.OCR for Python 1.9.13: