Skip to content

Commit 9197562

Browse files
committed
[RELEASE] iText 7 pdfOCR 3.0.0
2 parents cd3d34e + d7b1209 commit 9197562

File tree

101 files changed

+396
-240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+396
-240
lines changed

pdfocr-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.itextpdf</groupId>
77
<artifactId>pdfocr-root</artifactId>
8-
<version>2.0.2</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<artifactId>pdfocr-api</artifactId>

pdfocr-api/src/main/java/com/itextpdf/pdfocr/AbstractPdfOcrEventHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/IImageRotationHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/IOcrEngine.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/IProductAware.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/OcrEngineProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/OcrPdfCreator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/OcrPdfCreatorEventHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/OcrPdfCreatorProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/OcrProcessContext.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/PdfCreatorUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/PdfOcrFontProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/PdfOcrMetaInfoContainer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/ScaleMode.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/TextInfo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/exceptions/PdfOcrException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/exceptions/PdfOcrExceptionMessageConstant.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/exceptions/PdfOcrInputException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/logs/PdfOcrLogMessageConstant.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/statistics/PdfOcrOutputType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/statistics/PdfOcrOutputTypeStatisticsAggregator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/main/java/com/itextpdf/pdfocr/statistics/PdfOcrOutputTypeStatisticsEvent.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/ApiTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/OcrPdfCreatorEventHelperTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/OcrProcessContextTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/PdfA3uTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/PdfCreatorUtilTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/PdfFontTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/PdfInputImageTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/PdfLayersTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/PdfOcrMetaInfoContainerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/ScaleModeTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/exceptions/PdfOcrExceptionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/helpers/CustomOcrEngine.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/helpers/CustomProductAwareOcrEngine.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/helpers/ExtractionStrategy.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/helpers/PdfHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/statistics/PdfOcrOutputTypeStatisticsAggregatorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

pdfocr-api/src/test/java/com/itextpdf/pdfocr/statistics/PdfOcrOutputTypeStatisticsEventTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
This file is part of the iText (R) project.
3-
Copyright (c) 1998-2022 iText Group NV
4-
Authors: iText Software.
3+
Copyright (c) 1998-2023 Apryse Group NV
4+
Authors: Apryse Software.
55
66
This program is offered under a commercial and under the AGPL license.
77
For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below.

0 commit comments

Comments
 (0)