@Anonymous The sample you referenced is using an image url to call the API. Have you modified your code to pass the local file as binary stream to the read API?
If Yes, for a successful operation the result will contain an operation location. Basically an id that needs to be passed to another API called read result API to get the actual result of your first read operation.
Since you are receiving an error I think the Read API call is not successful.
I would recommend to follow steps in this sample instead, since you are using local images. It is east to modify to loop through your images and provide a read result.