Skip to content

Releases: Unstructured-IO/unstructured-inference

0.7.33

22 May 18:04
7b2125b
Compare
Choose a tag to compare

0.7.33

  • BREAKING CHANGE: removes legacy detectron2 model
  • deps: remove layoutparser optional dependencies

0.7.32

21 May 22:59
81549a7
Compare
Choose a tag to compare

0.7.32

  • refactor: remove all code related to filling inferred elements text from embedded text (pdfminer).
  • bug: set the Chipper max_length variable

0.7.31

07 May 21:01
1c31dda
Compare
Choose a tag to compare
  • refactor: remove all cid related code that was originally added to filter out invalid pdfminer text
  • enhancement: Wrapped hf_hub_download with a function that checks for local file before checking HF

0.7.30

01 May 22:19
a381155
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.29...0.7.30

0.7.29

24 Apr 09:23
9c3f644
Compare
Choose a tag to compare

0.7.29

  • fix: table transformer predictions are now removed if confidence is below threshold

0.7.28

22 Apr 15:14
4304c83
Compare
Choose a tag to compare
  • feat: allow table transformer agent to return table prediction in not parsed format

0.7.27

19 Apr 03:53
45ebc1f
Compare
Choose a tag to compare
  • chore: update pin on onnxruntime dependency.

0.7.26

18 Apr 17:35
147c5b1
Compare
Choose a tag to compare
  • feat: add a set of new ElementTypes to extend future element types recognition
  • feat: allow registering of new models for inference using unstructured_inference.models.base.register_new_model function

0.7.25

22 Mar 20:46
4a2fd95
Compare
Choose a tag to compare
  • fix: replace Rectangle.is_in() with Rectangle.is_almost_subregion_of() when filling in an inferred element with embedded text
  • bug: check for None in Chipper bounding box reduction
  • chore: removes install-detectron2 from the Makefile
  • fix: convert label_map keys read from os.environment UNSTRUCTURED_DEFAULT_MODEL_INITIALIZE_PARAMS_JSON_PATH to int type
  • feat: removes supergradients references

0.7.24

07 Feb 15:19
8653c59
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.23...0.7.24