You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,26 @@
1
-
## 0.15.15-dev0
1
+
## 0.16.1-dev0
2
2
3
3
### Enhancements
4
4
5
5
### Features
6
6
7
7
### Fixes
8
8
9
+
***Rewrite of `partition.email` module and tests.** Use modern Python stdlib `email` module interface to parse email messages and attachments. This change shortens and simplifies the code, and makes it more robust and maintainable. Several historical problems were remedied in the process.
10
+
11
+
## 0.16.0
12
+
13
+
### Enhancements
14
+
15
+
***Remove ingest implementation.** The deprecated ingest functionality has been removed, as it is now maintained in the separate [unstructured-ingest](https://github.com/Unstructured-IO/unstructured-ingest) repository.
16
+
* Replace extras in `requirements/ingest` directory with a new `ingest.txt` extra for installing the `unstructured-ingest` library.
17
+
* Remove the `unstructured.ingest` submodule.
18
+
* Delete all shell scripts previously used for destination ingest tests.
19
+
20
+
### Features
21
+
22
+
### Fixes
23
+
9
24
***Add language parameter to `OCRAgentGoogleVision`.** Introduces an optional language parameter in the `OCRAgentGoogleVision` constructor to serve as a language hint for `document_text_detection`. This ensures compatibility with the OCRAgent's `get_instance` method and resolves errors when parsing PDFs with Google Cloud Vision as the OCR agent.
0 commit comments