Releases: Unstructured-IO/unstructured-inference
Releases · Unstructured-IO/unstructured-inference
0.5.24
- remove preprocessing for OCR in table structure transformer
0.5.23
0.5.23
- Add functionality to bring back embedded images in PDF
0.5.22
0.5.22
- Add object-detection classification probabilities to LayoutElement for all currently implemented object detection models
0.5.21
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
0.5.20
- Adds YoloX quantized model
0.5.19
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
0.5.18
- This version adds differentiated thresholds for (optional, alternative model) detectron2_mask_rcnn.
0.5.17
0.5.17
- Use
OMP_THREAD_LIMIT
to improve tesseract performance
0.5.16
0.5.16
- Fix to no longer create a directory for storing processed images
- Hot-load images for annotation
0.5.15
- Handle an uncaught TesseractError