Unstructured-IO / unstructured-api

Apache License 2.0
446 stars 101 forks source link

enhancement: add yaml to default mime types #350

Closed MthwRobinson closed 6 months ago

MthwRobinson commented 6 months ago

Summary

Related to https://github.com/Unstructured-IO/unstructured/pull/2446 . Adds YAML to the list of default MIME types. Had originally through to dynamically build the list from the MIME types in unstructured, but there are some MIME types (like audio/wav that are currently support for filetype detection but not partition. Probably want to be deliberate about adding those.