Skip to content

Commit 3891438

Browse files
authored
Merge pull request #554 from telerik/yoan/q2-2025-release
Tentative release notes here in the docs
2 parents df4cec4 + a41572d commit 3891438

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

libraries/radpdfprocessing/formats-and-conversion/ocr/prerequisites.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ In order to use the **OcrFormatProvider** you need to add the following assembli
5353
</td>
5454
</tr>
5555
<tr>
56-
<td><b>Telerik.Windows.Documents.Tesseract.Ocr</b></td>
57-
<td><b>Telerik.Documents.Tesseract.Ocr</b></td>
56+
<td><b>Telerik.Windows.Documents.TesseractOcr</b></td>
57+
<td><b>Telerik.Documents.TesseractOcr</b></td>
5858
</tr>
5959
</tr>
6060
<tr>
@@ -97,7 +97,7 @@ In order to use the **OcrFormatProvider** you need to add the following assembli
9797
9898
## Language Data Setup
9999

100-
Create a "**tessdata**" folder and populate it with the desired languages. The languages are in the form of _.traineddata_ files and are crucial for Tesseract OCR because they contain the machine learning models that Tesseract uses to recognize text. You can download the language data files from the official [Tesseract GitHub repository](https://github.com/tesseract-ocr/tessdata/tree/3.04.00). Results may vary depending on the language version:
100+
Create a "**tessdata**" folder and populate it with the desired languages. The languages are in the form of _.traineddata_ files and are crucial for Tesseract OCR because they contain the machine learning models that Tesseract uses to recognize text. English (eng.traineddata) is always required by default. You can download the language data files from the official [Tesseract GitHub repository](https://github.com/tesseract-ocr/tessdata/tree/3.04.00). Results may vary depending on the language version:
101101

102102
![Tesseract Languages Version](images/tesseract-languages-version.png)
103103

@@ -139,6 +139,7 @@ If these requirements are not met, go through the following steps:
139139
140140
### Linux-specific steps
141141
Execute the following commands in the environment:
142+
142143
|Ubuntu|Alpine|Fedora|
143144
|----|----|----|
144145
|```sudo apt update```|```dsudo apk update```|```sudo dnf install tesseract```|
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Version 2025.2.520 (2025 Q2)
3+
page_title: What is new in 2025.2.520 (2025 Q2) for the Document Processing Libraries
4+
description: 2025.2.520 (2025 Q2)
5+
slug: release-notes-2025-2-520
6+
tags: 2025.2.520,2025,Q2
7+
published: True
8+
position: 98
9+
---
10+
11+
# 2025.2.520 (2025 Q2)
12+
13+
[Progress® Telerik® Document Processing 2025.2.520 (2025 Q2)](https://www.telerik.com/support/whats-new/document-processing-libraries-release-history/progress--telerik--document-processing-2025.2.520-(2025-q2))

0 commit comments

Comments
 (0)