Unstructured-IO / unstructured-api-tools

Apache License 2.0
28 stars 10 forks source link

Ability to request one file as multipart/form data #165

Closed cragwolfe closed 1 year ago

cragwolfe commented 1 year ago

Currently some tests are marked as xfailed as the existing pipeline_api implementation will not return a multipart/form response (if requested) when just one file is posted. This is a bug -- there is no reason an endpoint shouldn't return the result as multipart/mixed if that is what is requested by the client.

Definition of Done