Unstructured-IO / unstructured-api

Apache License 2.0
528 stars 110 forks source link

Detected a JSON file that does not conform to the Unstructured schema. partition_json currently only processes serialized Unstructured output. #271

Closed sentry-io[bot] closed 1 year ago

sentry-io[bot] commented 1 year ago

This is a ValueError raised from partition(). We need to catch this and transform it to a 400 error. See https://github.com/Unstructured-IO/unstructured/issues/547 for more context.