How to pass a PIL.Image as an Image stream to ComputerVisionClient read_in_stream
I’m working on a python service where I have an image provided as a PIL
Image.
I’m wanting to pass this image to Azure Vision using a ComputerVisionClient
.
I’m working on a python service where I have an image provided as a PIL
Image.
I’m wanting to pass this image to Azure Vision using a ComputerVisionClient
.