Browse our Products
Latest release
This article contains a summary of recent changes, enhancements and bug fixes in Aspose.OCR for .NET 25.9.1 (September 2025) release.
GPU version: 25.10.0
What was changed
| Key | Summary | Category |
|---|---|---|
| OCRNET‑1096 | Issue with OCR Accuracy using Aspose.OCR on PDF. Table recognition improved. | Enhancement |
Public API changes and backwards compatibility
This section lists all public API changes introduced in Aspose.OCR for .NET 25.9.1 that September affect the code of existing applications.
Added public APIs:
No changes.
Updated public APIs:
The following public APIs have been updated in Aspose.OCR for .NET 25.9.1 release:
BaseRecognitionSettings.RecognizeVerticalLines property
Aspose.OCR for .NET no longer detects and recognizes vertical lines automatically. Set this property to
New property
| Method | Description |
|---|---|
RecognizeVerticalLines | Gets or sets a value indicating whether vertical text lines should be detected and recognized in addition to horizontal ones. Default is false. |
Compatibility: fully backward compatible. See details below.
Removed public APIs:
No changes.