Browse our Products

Latest release

What was changed

KeySummaryCategory
OCRNET‑1096Issue 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 true to explicitly enable vertical text recognition (useful for vertically oriented text fragments on an image that primarily contains horizontal text)

New property

MethodDescription
RecognizeVerticalLinesGets or sets a value indicating whether vertical text lines should be detected and recognized in addition to horizontal ones. Default is false.

Removed public APIs:

No changes.