Browse our Products
Aspose.OMR for Java 25.8.1 - Release Notes
This article contains a summary of recent changes, enhancements and bug fixes in Aspose.OMR for Java 25.8.1 (August 2025) release.
What was changed
Key | Summary | Category |
---|---|---|
OMRJAVA‑125 | Fixed 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
Enum | Position |
---|---|
RotationPointPosition.BottomLeft1 | ![]() |
RotationPointPosition.BottomLeft2 | ![]() |
RotationPointPosition.BottomRight1 | ![]() |
RotationPointPosition.BottomRight2 | ![]() |
RotationPointPosition.TopLeft1 | ![]() |
RotationPointPosition.TopLeft2 | ![]() |
RotationPointPosition.TopRight2 | ![]() |
Unaffected rotation point positions
Enum | Position |
---|---|
RotationPointPosition.TopRight1 (default) | ![]() |