Closed nissansz closed 2 months ago
doc = Image(src)
I want to pass cv2/pil image instead of file path. How to do?
1
Instantiation of document, either an image or a PDF
doc = Image(src)
I want to pass cv2/pil image instead of file path. How to do?