Skip to content

Releases: Unstructured-IO/unstructured-inference

0.5.24

09 Sep 01:21
7cd724a
Compare
Choose a tag to compare
  • remove preprocessing for OCR in table structure transformer

0.5.23

07 Sep 17:39
bdee102
Compare
Choose a tag to compare

0.5.23

  • Add functionality to bring back embedded images in PDF

0.5.22

05 Sep 16:44
5c295c5
Compare
Choose a tag to compare

0.5.22

  • Add object-detection classification probabilities to LayoutElement for all currently implemented object detection models

0.5.21

03 Sep 20:27
e931bef
Compare
Choose a tag to compare

0.5.21

  • adds safe_division to replace 0 with machine epsilon for float to avoid division by 0
  • apply safe_division to area overlap calculations in unstructured_inference/inference/elements.py

0.5.20

02 Sep 03:37
351dbcf
Compare
Choose a tag to compare

0.5.20

  • Adds YoloX quantized model

0.5.19

01 Sep 02:12
3d2045e
Compare
Choose a tag to compare

0.5.19

  • Add functionality to supplement detected layout with elements from the full page OCR
  • Add functionality to annotate any layout(extracted, inferred, OCR) on a page

0.5.18

30 Aug 01:18
b139d3b
Compare
Choose a tag to compare

0.5.18

  • This version adds differentiated thresholds for (optional, alternative model) detectron2_mask_rcnn.

0.5.17

26 Aug 00:11
080ccfa
Compare
Choose a tag to compare

0.5.17

  • Use OMP_THREAD_LIMIT to improve tesseract performance

0.5.16

23 Aug 03:57
9b6aa8e
Compare
Choose a tag to compare

0.5.16

  • Fix to no longer create a directory for storing processed images
  • Hot-load images for annotation

0.5.15

22 Aug 17:32
ea0831f
Compare
Choose a tag to compare
  • Handle an uncaught TesseractError