rossumai / docile

DocILE: Document Information Localization and Extraction Benchmark
https://docile.rossum.ai
MIT License
116 stars 9 forks source link

Getters for all available document annotations. #44

Closed simsa-st closed 1 year ago

simsa-st commented 1 year ago

Provide getters for all information in annotations. Better describe the page image generation parameter. Remove page_image_with_fields which does not belong to document but to some debug tools (it can be added later into docile/tools/ if we want to have non-interactive versions of some visualizations).

simsa-st commented 1 year ago

Pre-commit is failing because the isort version needs to be updated, which I do in this PR: https://github.com/rossumai/docile/pull/42 -- I will merge this after the other PR is merged.