caltechlibrary / handprint

Apply different text recognition services to images of handwritten documents.
https://caltechlibrary.github.io/handprint
BSD 3-Clause "New" or "Revised" License
172 stars 18 forks source link

Detect rate limits #6

Closed mhucka closed 5 years ago

mhucka commented 6 years ago

At least in the case of Microsoft, it will stop returning answers if you hit a rate limit. Need to detect when that happens and pause or slow down the loop iteration.

mhucka commented 5 years ago

This is implemented in commit e1ca81a