diff --git a/programming/cplusplus/release-notes/cpp-3.md b/programming/cplusplus/release-notes/cpp-3.md index a0b1d54..7c718c0 100644 --- a/programming/cplusplus/release-notes/cpp-3.md +++ b/programming/cplusplus/release-notes/cpp-3.md @@ -35,7 +35,8 @@ needGenerateH3Content: false #### Text Line Orientation Detection -- **Support text lines in arbitrary orientations more automatically** - Added [`OrientationDetectionModes`]({{ site.dcvb_parameters_reference }}label-recognizer-task-settings/orientation-detection-modes.html) to automatically detect text line orientation and correct the orientation of text lines for further processing. Two modes are available: `ODM_SPATIAL_REFERENCES` and `ODM_CHARS_ORIENTATION_NEURAL_NETWORK`. +- **Improved handling of rotated text lines** - Added [`OrientationDetectionModes`]({{ site.dcvb_parameters_reference }}label-recognizer-task-settings/orientation-detection-modes.html) to detect text line orientation and correct it for further processing. Two modes are available: `ODM_SPATIAL_REFERENCES` and `ODM_CHARS_ORIENTATION_NEURAL_NETWORK`. +- **Current limitations** - This capability is currently effective only in MRZ scenarios and supports only upright and upside-down text lines (0 degrees and 180 degrees). It does not yet handle 90 degrees, 270 degrees, or arbitrary rotation angles. ### New diff --git a/programming/dotnet/release-notes/dotnet-3.md b/programming/dotnet/release-notes/dotnet-3.md index 1827dd1..5684c4a 100644 --- a/programming/dotnet/release-notes/dotnet-3.md +++ b/programming/dotnet/release-notes/dotnet-3.md @@ -35,7 +35,8 @@ needGenerateH3Content: false #### Text Line Orientation Detection -- **Support text lines in arbitrary orientations more automatically** - Added [`OrientationDetectionModes`]({{ site.dcvb_parameters_reference }}label-recognizer-task-settings/orientation-detection-modes.html) to automatically detect text line orientation and correct the orientation of text lines for further processing. Two modes are available: `ODM_SPATIAL_REFERENCES` and `ODM_CHARS_ORIENTATION_NEURAL_NETWORK`. +- **Improved handling of rotated text lines** - Added [`OrientationDetectionModes`]({{ site.dcvb_parameters_reference }}label-recognizer-task-settings/orientation-detection-modes.html) to detect text line orientation and correct it for further processing. Two modes are available: `ODM_SPATIAL_REFERENCES` and `ODM_CHARS_ORIENTATION_NEURAL_NETWORK`. +- **Current limitations** - This capability is currently effective only in MRZ scenarios and supports only upright and upside-down text lines (0 degrees and 180 degrees). It does not yet handle 90 degrees, 270 degrees, or arbitrary rotation angles. ### New diff --git a/programming/java/release-notes/java-3.md b/programming/java/release-notes/java-3.md index 262f93f..0e4e1b8 100644 --- a/programming/java/release-notes/java-3.md +++ b/programming/java/release-notes/java-3.md @@ -35,7 +35,8 @@ needGenerateH3Content: false #### Text Line Orientation Detection -- **Support text lines in arbitrary orientations more automatically** - Added [`OrientationDetectionModes`]({{ site.dcvb_parameters_reference }}label-recognizer-task-settings/orientation-detection-modes.html) to automatically detect text line orientation and correct the orientation of text lines for further processing. Two modes are available: `ODM_SPATIAL_REFERENCES` and `ODM_CHARS_ORIENTATION_NEURAL_NETWORK`. +- **Improved handling of rotated text lines** - Added [`OrientationDetectionModes`]({{ site.dcvb_parameters_reference }}label-recognizer-task-settings/orientation-detection-modes.html) to detect text line orientation and correct it for further processing. Two modes are available: `ODM_SPATIAL_REFERENCES` and `ODM_CHARS_ORIENTATION_NEURAL_NETWORK`. +- **Current limitations** - This capability is currently effective only in MRZ scenarios and supports only upright and upside-down text lines (0 degrees and 180 degrees). It does not yet handle 90 degrees, 270 degrees, or arbitrary rotation angles. ### New diff --git a/programming/python/release-notes/python-3.md b/programming/python/release-notes/python-3.md index af5cb3e..67f7363 100644 --- a/programming/python/release-notes/python-3.md +++ b/programming/python/release-notes/python-3.md @@ -35,7 +35,8 @@ needGenerateH3Content: false #### Text Line Orientation Detection -- **Support text lines in arbitrary orientations more automatically** - Added [`OrientationDetectionModes`]({{ site.dcvb_parameters_reference }}label-recognizer-task-settings/orientation-detection-modes.html) to automatically detect text line orientation and correct the orientation of text lines for further processing. Two modes are available: `ODM_SPATIAL_REFERENCES` and `ODM_CHARS_ORIENTATION_NEURAL_NETWORK`. +- **Improved handling of rotated text lines** - Added [`OrientationDetectionModes`]({{ site.dcvb_parameters_reference }}label-recognizer-task-settings/orientation-detection-modes.html) to detect text line orientation and correct it for further processing. Two modes are available: `ODM_SPATIAL_REFERENCES` and `ODM_CHARS_ORIENTATION_NEURAL_NETWORK`. +- **Current limitations** - This capability is currently effective only in MRZ scenarios and supports only upright and upside-down text lines (0 degrees and 180 degrees). It does not yet handle 90 degrees, 270 degrees, or arbitrary rotation angles. ### New