Instead of processing a list of images, the API now only annotates a single image - This should create predictable bounds in response time and also payload sizes.
Simplified Pydantic schema with a validator instead of Enum for easy default setting
Todo: Mix of async & sync is not very clear and might require deeper checks to see if there is any server blocking IO that remains.
Todo: Mix of async & sync is not very clear and might require deeper checks to see if there is any server blocking IO that remains.