Skip to content

Releases: Unstructured-IO/unstructured-api

0.0.52

12 Oct 21:14
1121f12
Compare
Choose a tag to compare
  • Bump unstructured to 0.10.21
  • Fix an unhandled error when a non pdf file is sent with content-type pdf
  • Fix an unhandled error when a non docx file is sent with content-type docx
  • Fix an unhandled error when a non-Unstructured json schema is sent

0.0.51

05 Oct 18:14
Compare
Choose a tag to compare
  • Bump unstructured to 0.10.19

0.0.50

03 Oct 21:35
db264d8
Compare
Choose a tag to compare
  • Bump unstructured to 0.10.18

0.0.49

29 Sep 15:13
2e655c6
Compare
Choose a tag to compare
  • Remove spurious whitespace in app-start.sh. This fixes deployments in some envs such as Google Cloud Run.

0.0.48

26 Sep 21:42
29be0e8
Compare
Choose a tag to compare
  • Adds languages kwarg ocr_languages will eventually be deprecated and replaced by lanugages to specify what languages to use for OCR
  • Adds a startup log and other minor cleanups

0.0.47

26 Sep 00:21
a20e01c
Compare
Choose a tag to compare
  • Adds chunking_strategy kwarg and associated params These params allow users to "chunk" elements into larger or smaller CompositeElements
  • Remove parent_id from the element metadata. New metadata fields are causing errors with existing installs. We'll readd this once a fix is widely available.
  • Fix some pdfs incorrectly returning a file is encrypted error. The pypdf.is_encrypted check caused us to return this error even if the file is readable.

0.0.46

20 Sep 16:28
Compare
Choose a tag to compare
  • Bump unstructured to 0.10.16

0.0.45

18 Sep 22:54
cef7383
Compare
Choose a tag to compare
  • Drop detection_class_prob from the element metadata. This broke backwards compatibility when library users called partition_via_api.
  • Bump unstructured to 0.10.15

0.0.44

16 Sep 16:11
2ed0f68
Compare
Choose a tag to compare
  • Bump unstructured to 0.10.14
  • Improve parallel mode retry handling
  • Improve logging during error handling. We don't need to log stack traces for expected errors.

0.0.43

11 Sep 15:36
fb36df7
Compare
Choose a tag to compare
  • Bump unstructured to 0.10.13
  • Bump unstructured-inference to 0.5.25
  • Remove dependency on unstructured-api-tools
  • Add a top level error handler for more consistent response bodies
  • Tesseract minor version bump to 5.3.2