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

Microsoft service should not be hardwired to use West coast endpoint #20

Closed mhucka closed 3 years ago

mhucka commented 3 years ago

Line 77 in microsoft.py is hardwired to use westus.api.cognitive.microsoft.com, which doesn't work for everyone. This needs to be made configurable.

(Thanks to Matt Cook at Harvard for reporting this.)

mhucka commented 3 years ago

This is fixed in commit aea5369.