I would like to know how this library works.
If the image is extracted using the coordinates and the length of the square box, I would like to ask if the used coordinates can be returned.
Hey @cmy3836,
It looks like if you set return_type
to box
for st_cropper()
, the function returns a dictionary identifying the box by its left and top coordinates as well as its width and height. Check out this line of the code.
That said, the component author @turner-anderson might be able to confirm.