mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-09-30 19:06:06 +00:00

Separate the aggregating functionality of `text_extraction_accuracy` to a stand-alone function to avoid duplicated eval effort if the granular level eval is already available. To test: Run `PYTHONPATH=. pytest test_unstructured/metrics/test_evaluate.py` locally