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
+11-3
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## 0.16.9-dev0
2
+
3
+
### Enhancements
4
+
5
+
### Features
6
+
7
+
### Fixes
8
+
1
9
## 0.16.8
2
10
3
11
### Enhancements
@@ -10,7 +18,7 @@
10
18
## 0.16.7
11
19
12
20
### Enhancements
13
-
-**Add image_alt_mode to partition_html** Adds an `image_alt_mode` parameter to `partition_html()` to control how alt text is extracted from images in HTML documents. The parameter can be set to `to_text` to extract alt text as text from <img> html tags
21
+
-**Add image_alt_mode to partition_html** Adds an `image_alt_mode` parameter to `partition_html()` to control how alt text is extracted from images in HTML documents for `html_parser_version=v2`. The parameter can be set to `to_text` to extract alt text as text from `<img>` html tags
14
22
15
23
### Features
16
24
@@ -20,8 +28,8 @@
20
28
## 0.16.6
21
29
22
30
### Enhancements
23
-
-**Every <table> tag is considered to be ontology.Table** Added special handling for tables in HTML partitioning. This change is made to improve the accuracy of table extraction from HTML documents.
24
-
-**Every HTML has default ontology class assigned** When parsing HTML to ontology each defined HTML in the Ontology has assigned default ontology class. This way it is possible to assign ontology class instead of UncategorizedText when the HTML tag is predicted correctly without class assigned class
31
+
-**Every `<table>` tag is considered to be ontology.Table** Added special handling for tables in HTML partitioning (`html_parser_version=v2`. This change is made to improve the accuracy of table extraction from HTML documents.
32
+
-**Every HTML has default ontology class assigned** When parsing HTML with `html_parser_version=v2`to ontology each defined HTML in the Ontology has assigned default ontology class. This way it is possible to assign ontology class instead of UncategorizedText when the HTML tag is predicted correctly without class assigned class
25
33
-**Use (number of actual table) weighted average for table metrics** In evaluating table metrics the mean aggregation now uses the actual number of tables in a document to weight the metric scores
0 commit comments