The thing is cloudinary has an OCR function. The problem with X is that after an upload we only get the MediaURL and not the entire JSON response back from Cloudinary.
If we got the actual response, we can then use the OCR function within Cloudinary more efficiently.
What I have to do now, is a separate call to the admin api of cloudinary, to get a list of files uploaded, then search for the mediaURL, then I can find the public_id. After that I can do an UPDATE query and get the JSON response that had the OCR, even though all that information was in the original response.
So here is the request. Please put a “response” option for the MediaDB (being Cloudinary)