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: docs/en/spark_ocr_versions/ocr_release_notes.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Release date: 09-05-2025
31
31
* New Reference dataset for De-identification.
32
32
* New NerOutputCleaner transformer.
33
33
* ImageDrawRegions: improved logic for processing coordinates that extend across multiple lines.
34
+
* BinaryToImage: added support for multipage tif files.
34
35
35
36
</div><divclass="h3-box"markdown="1">
36
37
## New SVS Image Deidentification capabilities.
@@ -140,6 +141,8 @@ For example `Susan Frances Martin` at the top of the document is replaced by `Ri
140
141
141
142

142
143
144
+
## BinaryToImage support of multi-page tiff files
145
+
Now BinaryToImage transformer supports multi-page tiff files. For multi-page tiff files, multiple pages are splitted into separate images. No specific configurations are required.
143
146
144
147
This release is compatible with Spark-NLP 6.0.0, and Spark NLP for Healthcare 6.0.0.
Copy file name to clipboardExpand all lines: docs/en/spark_ocr_versions/release_notes_6_0_0.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ Release date: 09-05-2025
31
31
* New Reference dataset for De-identification.
32
32
* New NerOutputCleaner transformer.
33
33
* ImageDrawRegions: improved logic for processing coordinates that extend across multiple lines.
34
+
* BinaryToImage: added support for multipage tif files.
34
35
35
36
</div><divclass="h3-box"markdown="1">
36
37
## New SVS Image Deidentification capabilities.
@@ -142,6 +143,10 @@ For example `Susan Frances Martin` at the top of the document is replaced by `Ri
142
143

143
144
144
145
146
+
## BinaryToImage support of multi-page tiff files
147
+
Now BinaryToImage transformer supports multi-page tiff files. For multi-page tiff files, multiple pages are splitted into separate images. No specific configurations are required.
148
+
149
+
145
150
This release is compatible with Spark-NLP 6.0.0, and Spark NLP for Healthcare 6.0.0.
0 commit comments