Skip to content

Commit 3836cdc

Browse files
update in release notes visual nlp 600 (#1813)
1 parent 01dcca2 commit 3836cdc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/en/spark_ocr_versions/ocr_release_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Release date: 09-05-2025
3131
* New Reference dataset for De-identification.
3232
* New NerOutputCleaner transformer.
3333
* ImageDrawRegions: improved logic for processing coordinates that extend across multiple lines.
34+
* BinaryToImage: added support for multipage tif files.
3435

3536
</div><div class="h3-box" markdown="1">
3637
## New SVS Image Deidentification capabilities.
@@ -140,6 +141,8 @@ For example `Susan Frances Martin` at the top of the document is replaced by `Ri
140141

141142
![Improved logic in multi-line.](/assets/images/multi-line_impainting.png)
142143

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.
143146

144147
This release is compatible with Spark-NLP 6.0.0, and Spark NLP for Healthcare 6.0.0.
145148

docs/en/spark_ocr_versions/release_notes_6_0_0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Release date: 09-05-2025
3131
* New Reference dataset for De-identification.
3232
* New NerOutputCleaner transformer.
3333
* ImageDrawRegions: improved logic for processing coordinates that extend across multiple lines.
34+
* BinaryToImage: added support for multipage tif files.
3435

3536
</div><div class="h3-box" markdown="1">
3637
## New SVS Image Deidentification capabilities.
@@ -142,6 +143,10 @@ For example `Susan Frances Martin` at the top of the document is replaced by `Ri
142143
![Improved logic in multi-line.](/assets/images/multi-line_impainting.png)
143144

144145

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+
145150
This release is compatible with Spark-NLP 6.0.0, and Spark NLP for Healthcare 6.0.0.
146151

147152
</div><div class="h3-box" markdown="1">

0 commit comments

Comments
 (0)