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

Option -G with -e does not produce images #19

Closed mhucka closed 3 years ago

mhucka commented 3 years ago

Option -e should leave an image for the results of a given service, named X.handprint-SERVICE.png for SERVICE, but if -G is given as well, then it does not produce the image. This is a clear bug in the logic.

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

mhucka commented 3 years ago

This is fixed in commit c2cb83b.