Browse our Products

Aspose.OMR for Java 25.8.1 - Release Notes

What was changed

KeySummaryCategory
OMRJAVA‑125Fixed issue with incorrect rotation detection. See Issues with rotation detection.Fix

Public API changes and backwards compatibility

This section lists all public API changes introduced in Aspose.OMR for Java 25.8.1 that may affect the code of existing applications.

Added public APIs:

No changes.

Updated public APIs:

No changes.

Removed public APIs:

No changes.

Issue with rotation detection

During recognition of template images some rotation cases of non-default rotation point positions were not properly recognized: throwing exceptions “Unable to rotate template”, “Unable to detect rotation” etc. We sorry for any inconvenience it may caused. Since 25.8.1 this issue is resolved.

We are happy to receive your feedback on features\bugs at our Free support forum;

Affected rotation point positions

EnumPosition
RotationPointPosition.BottomLeft1BottomLeft1
RotationPointPosition.BottomLeft2BottomLeft2
RotationPointPosition.BottomRight1BottomRight1
RotationPointPosition.BottomRight2BottomRight2
RotationPointPosition.TopLeft1TopLeft1
RotationPointPosition.TopLeft2TopLeft2
RotationPointPosition.TopRight2TopRight2

Unaffected rotation point positions

EnumPosition
RotationPointPosition.TopRight1 (default)TopRight1