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
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
How about onPictureProcessed callback to receive detectedRectangle but with interpolated bottomLeft, bottomRight, topLeft, topRight coordinates and dimensions in regards of the final initialImage dimensions?
Right now, the detectedRectangle is usable only for RectangleOverlay, but if you need it later for an additional perspective crop processing (using https://github.com/Michaelvilleneuve/react-native-perspective-image-cropper for example) it is not usable since its aspect ratio doesn't correspond the final initialImage dimensions.
The text was updated successfully, but these errors were encountered:
@dibat We have been discussing the ability to send coordinates to the api for manual cropping. I think it'd be a great addition to this package. (Allowing developers to create photo editors similar to the iPhone document scanner that comes with the notes app).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How about onPictureProcessed callback to receive detectedRectangle but with interpolated bottomLeft, bottomRight, topLeft, topRight coordinates and dimensions in regards of the final initialImage dimensions?
Right now, the detectedRectangle is usable only for RectangleOverlay, but if you need it later for an additional perspective crop processing (using https://github.com/Michaelvilleneuve/react-native-perspective-image-cropper for example) it is not usable since its aspect ratio doesn't correspond the final initialImage dimensions.
The text was updated successfully, but these errors were encountered: