qurator-spk / sbb_binarization

Document Image Binarization
Apache License 2.0
72 stars 14 forks source link

Raise error when no models were loaded #43

Closed apacha closed 2 years ago

apacha commented 2 years ago

Small fix to raise an exception when no model was found instead of failing later with TypeError: 'int' object is not subscriptable.

Fixes #30