unitable
unitable copied to clipboard
error because coordinate right is less than left ??
I'm parsing some pdfs with openparse which uses unitable. This error occured and I have no idea what it even means , I would appreciate any insights
_image_to_tensor(image.crop(bbox), size=(112, 448)) for bbox in pred_bboxes ValueError: Coordinate 'right' is less than 'left'
have you solved this problem?