Hi, we are a small team trying to extract data from engineering drawings using Python (These diagrams are fairly dense with lines with sparse information). We have encountered an error where the HTTP error code we get for our request is 400 when sending the whole raw image but breaking the image into smaller chunks seems to work.
My question is why does the error prompt for a file of this resolution, which is within the 10000x10000 limit? If it has to do with the file size (storage), I have noticed the same error on a similar resolution image but a smaller size (https://i.redd.it/dp0j5cjx76d51.jpg)
{'code': 'InvalidImageSize',
'requestId': '********************************',
'message': 'The height or width of the image is outside the supported range.'}
Please let me know if the code is required.