We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f032c commit bfdf357Copy full SHA for bfdf357
CHANGELOG.md
@@ -1,15 +1,11 @@
1
+## 0.5.32-dev0
2
+
3
## 0.5.31
4
5
* Add functionality to extract and save images from the page
6
* Add functionality to get only "true" embedded images when extracting elements from PDF pages
7
* Update the layout visualization script to be able to show only image elements if need
-
-## 0.5.30
8
9
* add an evaluation metric for table comparison based on token similarity
10
11
-## 0.5.29-dev0
12
13
* fix paddle unit tests where `make test` fails since paddle doesn't work on M1/M2 chip locally
14
15
## 0.5.28
unstructured_inference/__version__.py
@@ -1 +1 @@
-__version__ = "0.5.31" # pragma: no cover
+__version__ = "0.5.32-dev0" # pragma: no cover
0 commit comments