pd3f / pd3f-core

📑 Python Package to reconstruct the original continuous text from PDFs with language models
https://pd3f.github.io/pd3f-core/index.html
GNU Affero General Public License v3.0
33 stars 8 forks source link

Fix deprecated Iterable import #40

Open flatypus opened 1 year ago

flatypus commented 1 year ago

The Iterable class should be imported from collections.abc instead.

See https://stackoverflow.com/questions/72032032/importerror-cannot-import-name-iterable-from-collections-in-python