You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# FIXME: add dimension. the relative scale messes up the new coordinates, have to use the actual image scale
I've noticed that the corrections applied align well when the document/image is rotated at right angles (90, 180, ...). But otherwise, the transformed geometries don't line up.
The text was updated successfully, but these errors were encountered:
The current geometry rotation (bounding box and polygons) applies the rotation along some center.
The document (image) when rotated generally is allowed to "expand". This rotated document image is now a plane that is misaligned with that of the geometry (bounding boxes, polygons).
This only occurs when the rotation is performed at non-right angles.
Are there plans to fix this issue:
amazon-textract-response-parser/src-python/trp/trp2.py
Line 595 in cd24097
I've noticed that the corrections applied align well when the document/image is rotated at right angles (90, 180, ...). But otherwise, the transformed geometries don't line up.
The text was updated successfully, but these errors were encountered: