bobross
Results
1
comments of
bobross
You can try `image = cv2.copyMakeBorder(image, 40,40,40,40, cv2.BORDER_CONSTANT, None, value=(255,255,255))` to add a margin before passing into the model. The corresponding word bounding boxes also need to be shifted for...