By default, the widget mirrors the image from the user's web camera. Some users use 3rd-party OCR services with images captured with the widget, and it doesn't work properly with mirrored images.
It could be solved by adding a setting that controls default mirroring in the camera tab. For example,
UPLOADCARE_CAMERA_MIRROR_DEFAULT = true; // mirroring by defaultUPLOADCARE_CAMERA_MIRROR_DEFAULT = false; // no mirroring by default
This just controls the initial state, and a user still can on/off mirroring with the button in the tab.
By default, the widget mirrors the image from the user's web camera. Some users use 3rd-party OCR services with images captured with the widget, and it doesn't work properly with mirrored images.
It could be solved by adding a setting that controls default mirroring in the camera tab. For example,
UPLOADCARE_CAMERA_MIRROR_DEFAULT = true; // mirroring by default
UPLOADCARE_CAMERA_MIRROR_DEFAULT = false; // no mirroring by default
This just controls the initial state, and a user still can on/off mirroring with the button in the tab.