Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release notes for ocr 4.3.1 #13533

Merged
merged 1 commit into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/en/spark_ocr_versions/ocr_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,32 @@ sidebar:

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

## 4.3.1

Release date: 17-02-2023

We're glad to announce that Visual NLP 😎 4.3.1 has been released.

### Highlights
* ImageTextCleaner & ImageTableDetector have improved memory consumption.
* New Annotators supported in LightPipelines.
* Table extraction from Digital PDFs pipeline now entirely supported as a LightPipeline.

### ImageTextCleaner & ImageTableDetector improved memory consumption
* ImageTextCleaner & ImageTableDetector improved memory consumption: we reduced about 30% the memory consumption for this annotator making it more memory friendly and enabling running on memory constrained environments like Colab.

### New Annotators supported in LightPipelines
Now the following annotators are supported in LightPipelines,
* PdfToHocr,
* HocrTokenizer,
* ImageTableDetector,
* ImageScaler,
* HocrToTextTable,

### Table extraction from Digital PDFs pipeline now entirely supported as a LightPipeline.
* Our Table Extraction from digital PDFs pipeline now supports running as a LightPipeline, check the updated notebook: [SparkOCRPdfToTable.ipynb](https://github.com/JohnSnowLabs/spark-ocr-workshop/blob/master/jupyter/SparkOCRPdfToTable.ipynb)

This release is compatible with Spark NLP for Healthcare 4.3.0, and Spark NLP 4.3.0.

## 4.3.0

Expand Down
49 changes: 49 additions & 0 deletions docs/en/spark_ocr_versions/release_notes_4_3_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
layout: docs
header: true
seotitle: Visual NLP(Spark OCR)
title: Visual NLP(Spark OCR) release notes 4.3.1
permalink: /docs/en/spark_ocr_versions/release_notes_4_3_1
key: docs-ocr-release-notes
modify_date: "2023-02-17"
show_nav: true
sidebar:
nav: spark-ocr
---

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

## 4.3.1

Release date: 17-02-2023

We're glad to announce that Visual NLP 😎 4.3.1 has been released.

### Highlights
* ImageTextCleaner & ImageTableDetector have improved memory consumption.
* New Annotators supported in LightPipelines.
* Table extraction from Digital PDFs pipeline now entirely supported as a LightPipeline.

### ImageTextCleaner & ImageTableDetector improved memory consumption
* ImageTextCleaner & ImageTableDetector improved memory consumption: we reduced about 30% the memory consumption for this annotator making it more memory friendly and enabling running on memory constrained environments like Colab.

### New Annotators supported in LightPipelines
Now the following annotators are supported in LightPipelines,
* PdfToHocr,
* HocrTokenizer,
* ImageTableDetector,
* ImageScaler,
* HocrToTextTable,

### Table extraction from Digital PDFs pipeline now entirely supported as a LightPipeline.
* Our Table Extraction from digital PDFs pipeline now supports running as a LightPipeline, check the updated notebook: [SparkOCRPdfToTable.ipynb](https://github.com/JohnSnowLabs/spark-ocr-workshop/blob/master/jupyter/SparkOCRPdfToTable.ipynb)

This release is compatible with Spark NLP for Healthcare 4.3.0, and Spark NLP 4.3.0.

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

## Previous versions

</div>

{%- include docs-sparckocr-pagination.html -%}