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: pdfocr-api/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
<parent>
6
6
<groupId>com.itextpdf</groupId>
7
7
<artifactId>pdfocr-root</artifactId>
8
-
<version>3.0.0</version>
8
+
<version>3.0.1</version>
9
9
</parent>
10
10
11
11
<artifactId>pdfocr-api</artifactId>
12
12
13
13
<name>pdfOCR API</name>
14
-
<description>pdfOCR is an iText 7 add-on for Java to recognize and extract text in scanned documents and images. It can also convert them into fully ISO-compliant PDF or PDF/A-3u files that are accessible, searchable, and suitable for archiving</description>
14
+
<description>pdfOCR is an iText add-on for Java to recognize and extract text in scanned documents and images. It can also convert them into fully ISO-compliant PDF or PDF/A-3u files that are accessible, searchable, and suitable for archiving</description>
Copy file name to clipboardExpand all lines: pdfocr-tesseract4/pom.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
<parent>
6
6
<groupId>com.itextpdf</groupId>
7
7
<artifactId>pdfocr-root</artifactId>
8
-
<version>3.0.0</version>
8
+
<version>3.0.1</version>
9
9
</parent>
10
10
11
11
<artifactId>pdfocr-tesseract4</artifactId>
12
12
13
13
<name>pdfOCR-Tesseract4</name>
14
-
<description>pdfOCR-Tesseract4 is an iText 7 add-on for Java to recognize and extract text in scanned documents and images. It can also convert them into fully ISO-compliant PDF or PDF/A-3u files that are accessible, searchable, and suitable for archiving</description>
14
+
<description>pdfOCR-Tesseract4 is an iText add-on for Java to recognize and extract text in scanned documents and images. It can also convert them into fully ISO-compliant PDF or PDF/A-3u files that are accessible, searchable, and suitable for archiving</description>
Copy file name to clipboardExpand all lines: pdfocr-tesseract4/src/main/java/com/itextpdf/pdfocr/tesseract4/actions/data/PdfOcrTesseract4ProductData.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This file is part of the iText (R) project.
Copy file name to clipboardExpand all lines: pom.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,24 +5,24 @@
5
5
<parent>
6
6
<groupId>com.itextpdf</groupId>
7
7
<artifactId>root</artifactId>
8
-
<version>8.0.0</version>
8
+
<version>8.0.2</version>
9
9
<relativePath />
10
10
</parent>
11
11
12
12
<artifactId>pdfocr-root</artifactId>
13
-
<version>3.0.0</version>
13
+
<version>3.0.1</version>
14
14
<packaging>pom</packaging>
15
15
16
16
<name>pdfOCR</name>
17
-
<description>pdfOCR is an iText 7 add-on for Java to recognize and extract text in scanned documents and images. It can also convert them into fully ISO-compliant PDF or PDF/A-3u files that are accessible, searchable, and suitable for archiving</description>
17
+
<description>pdfOCR is an iText add-on for Java to recognize and extract text in scanned documents and images. It can also convert them into fully ISO-compliant PDF or PDF/A-3u files that are accessible, searchable, and suitable for archiving</description>
0 commit comments