OCR-D / core

Collection of OCR-related python tools and wrappers from @OCR-D

Home Page:https://ocr-d.de/core/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ocrd_utils.resource_string: importlib.resources.read_binary deprecated

bertsky opened this issue · comments

According to this, we have to migrate to importlib.resources.files API.

return read_binary(parent_package, resource)