Skip to content

Releases: Unstructured-IO/unstructured-inference

0.7.12

14 Nov 00:14
cf03bc1

Choose a tag to compare

  • change the default model to yolox, as table output appears to be better and speed is similar to yolox_quantized

0.7.11

06 Nov 18:10
e602972

Choose a tag to compare

0.7.11

  • chore: remove logger info for chipper since its private
  • fix: update broken slack invite link in chipper logger info
  • enhancement: Improve error message when # images extracted doesn't match # page layouts.
  • fix: use automatic mixed precision on GPU for Chipper
  • fix: chipper Table elements now match other layout models' Table element format: html representation is stored in text_as_html attribute and text attribute stores text without html tags

0.7.10

21 Oct 15:52
1cf12e9

Choose a tag to compare

0.7.10

  • Handle kwargs explicitly when needed, suppress otherwise
  • fix: Reduce Chipper memory consumption on x86_64 cpus
  • fix: Skips ordering elements coming from Chipper
  • fix: After refactoring to introduce Chipper, annotate() weren't able to show text with extra info from elements, this is fixed now.
  • feat: add table cell and dataframe output formats to table transformer's run_prediction call
  • breaking change: function unstructured_inference.models.tables.recognize no longer takes out_html parameter and it now only returns table cell data format (lists of dictionaries)

0.7.9

17 Oct 17:47
e8caa4e

Choose a tag to compare

0.7.9

  • Allow table model to accept optional OCR tokens

0.7.8

17 Oct 17:45
05f9b61

Choose a tag to compare

0.7.8

  • Fix: include onnx as base dependency.

0.7.7

17 Oct 06:58
b1dba87

Choose a tag to compare

0.7.7

  • Fix a memory leak in DonutProcessor when using large images in numpy format
  • Set the right settings for beam search size > 1
  • Fix a bug that in very rare cases made the last element predicted by Chipper to have a bbox = None

0.7.6

16 Oct 22:23
63eecdf

Choose a tag to compare

0.7.6

  • fix a bug where invalid zoom factor lead to exceptions; now invalid zoom factors results in no scaling of the image

0.7.5

14 Oct 01:18
dbb203a

Choose a tag to compare

0.7.5

  • Improved packaging

0.7.4

13 Oct 22:57
f11559b

Choose a tag to compare

0.7.4

  • Dynamic beam search size has been implemented for Chipper, the decoding process starts with a size = 1 and changes to size = 3 if repetitions appear.
  • Fixed bug when PDFMiner predicts that an image text occupies the full page and removes annotations by Chipper.
  • Added random seed to Chipper text generation to avoid differences between calls to Chipper.
  • Allows user to use super-gradients model if they have a callback predict function, a yaml file with names field corresponding to classes and a path to the model weights

0.7.3

11 Oct 23:55
ae5c2a8

Choose a tag to compare

0.7.3

  • Integration of Chipperv2 and additional Chipper functionality, which includes automatic detection of GPU,
    bounding box prediction and hierarchical representation.
  • Remove control characters from the text of all layout elements