tesserocr icon indicating copy to clipboard operation
tesserocr copied to clipboard

suggested improvement on api.SetRectangle input

Open herrxyz opened this issue 3 weeks ago • 1 comments

suggestion: api method SetRectangle take tuple as alternative input

crop = (1,2,3,4) (left, top, width, height) = crop works: api.SetRectangle(left, top, width, height) breaks: api.SetRectangle(crop)

using current version 2.5.2 from conda-forge

herrxyz avatar Jun 23 '24 10:06 herrxyz