layout-parser icon indicating copy to clipboard operation
layout-parser copied to clipboard

Bad support for PIL images for `crop_image` APIs

Open lolipopshock opened this issue 3 years ago • 0 comments

box.crop_image(image) doesn't support for PIL images. Current method requires manual conversion box.crop_image(np.array(image)) beforehand.

lolipopshock avatar May 05 '21 20:05 lolipopshock