Unstructured-IO / unstructured

Open source libraries and APIs to build custom preprocessing pipelines for labeling, training, or production machine learning pipelines.
https://www.unstructured.io/
Apache License 2.0
9.25k stars 767 forks source link

rfctr(ppt): remove double-decoration #3701

Closed scanny closed 1 month ago

scanny commented 1 month ago

Somehow this slipped through the earlier PR removing double-decoration from PPTX.

Remove the decorators from PPT (because it is a delegating partitioner) and let the decorators on the proxy partitioner (partition_pptx()) do the needful.