Skip to content

Commit eead8fd

Browse files
committed
[RELEASE] iText pdfOCR 3.0.1
2 parents 394a1c6 + 1e1eeaf commit eead8fd

File tree

14 files changed

+41
-41
lines changed

14 files changed

+41
-41
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to iText 7 Community
1+
# Contributing to iText Community
22

3-
We'd love for you to contribute to our source code and to make **iText 7 Community** even better than it is
3+
We'd love for you to contribute to our source code and to make **iText Community** even better than it is
44
today! Here are the guidelines we'd like you to follow:
55

66
- [Question or Problem?](#question)
@@ -15,7 +15,7 @@ today! Here are the guidelines we'd like you to follow:
1515

1616
## <a name="question">Got a Question or Problem?</a>
1717

18-
If you have questions about how to use **iText 7 Community**, please direct these to [Stack Overflow][stackoverflow].
18+
If you have questions about how to use **iText Community**, please direct these to [Stack Overflow][stackoverflow].
1919

2020
If you are a customer with a [support agreement][support], you also have direct access to our JIRA and our developers.
2121

@@ -55,7 +55,7 @@ chances of your issue being dealt with quickly:
5555
* **Related Issues** - has a similar issue been reported before?
5656
* **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be
5757
causing the problem (line of code or commit)
58-
* **Tag the question** - add the tag `itext7` to your question so we can find it.
58+
* **Tag the question** - add the tag `itext` to your question so we can find it.
5959

6060
**If you get help, help others. Good karma rulez!**
6161

@@ -79,7 +79,7 @@ Before you submit your pull request consider the following guidelines:
7979
* Build your changes locally to ensure all the tests pass.
8080
* Push your changes to your GitHub account.
8181
* Create a pull request in GitHub.
82-
"Head fork" should be your repository, and the "base fork" should be the iText7 official repository.
82+
"Head fork" should be your repository, and the "base fork" should be the iText official repository.
8383
* If we suggest changes then:
8484
* Make the required updates.
8585
* Fix up your commits if needed, with an interactive rebase.
@@ -111,7 +111,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
111111

112112
We have guidelines on how our git commit messages should be formatted. This leads to **more
113113
readable messages** that are easy to follow when looking through the **project history**. But also,
114-
we use the git commit messages to **generate the iText 7 Community change log**.
114+
we use the git commit messages to **generate the iText Community change log**.
115115

116116
These guidelines were taken from Chris Beams' blog post [How to Write a Git Commit Message][git-commit].
117117

@@ -169,7 +169,7 @@ We use the [Stack Exchange][stackoverflow] network for free support and [GitHub]
169169
[javadocs]: https://itextpdf.com/api
170170
[pull]: https://github.com/itext/i7n-pdfocr/pulls
171171
[sscce]: http://sscce.org/
172-
[stackoverflow]: https://stackoverflow.com/questions/tagged/itext7
172+
[stackoverflow]: https://stackoverflow.com/questions/tagged/itext
173173
[good-questions]: https://stackoverflow.com/help/how-to-ask
174174
[mcve]: https://stackoverflow.com/help/mcve
175175
[support]: https://itextpdf.com/support

doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
3232
# title of most generated pages and in a few other places.
3333
# The default value is: My Project.
3434

35-
PROJECT_NAME = "pdfOCR 3.0.0 API"
35+
PROJECT_NAME = "pdfOCR 3.0.1 API"
3636

3737
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
3838
# could be handy for archiving the generated documentation or if some version

itext.tests/itext.pdfocr.api.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
[assembly: Guid("d6a6ea97-1f23-448f-b700-eff62971d234")]
1717

18-
[assembly: AssemblyVersion("3.0.0.0")]
19-
[assembly: AssemblyFileVersion("3.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("3.0.0")]
18+
[assembly: AssemblyVersion("3.0.1.0")]
19+
[assembly: AssemblyFileVersion("3.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("3.0.1")]

itext.tests/itext.pdfocr.api.tests/itext.pdfocr.api.tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
</ItemGroup>
2626
<ItemGroup>
2727
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
28-
<PackageReference Include="itext7.pdftest" Version="8.0.0" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
28+
<PackageReference Include="itext.pdftest" Version="8.0.2" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
2929
<ProjectReference Include="..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
30-
<PackageReference Include="itext7.bouncy-castle-adapter" Version="8.0.0" Condition="!Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
30+
<PackageReference Include="itext.bouncy-castle-adapter" Version="8.0.2" Condition="!Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
3131
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.0" />
3232
<PackageReference Include="NUnit" Version="3.12.0" />
3333
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1">

itext.tests/itext.pdfocr.tesseract4.tests/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
[assembly: Guid("d6a6ea97-1f23-448f-b700-eff62971d234")]
1717

18-
[assembly: AssemblyVersion("3.0.0.0")]
19-
[assembly: AssemblyFileVersion("3.0.0.0")]
20-
[assembly: AssemblyInformationalVersion("3.0.0")]
18+
[assembly: AssemblyVersion("3.0.1.0")]
19+
[assembly: AssemblyFileVersion("3.0.1.0")]
20+
[assembly: AssemblyInformationalVersion("3.0.1")]

itext.tests/itext.pdfocr.tesseract4.tests/itext.pdfocr.tesseract4.tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
</ItemGroup>
2727
<ItemGroup>
2828
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
29-
<PackageReference Include="itext7.pdftest" Version="8.0.0" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
29+
<PackageReference Include="itext.pdftest" Version="8.0.2" Condition="!Exists('..\..\..\itextcore\itext\itext.pdftest\itext.pdftest.csproj')" />
3030
<ProjectReference Include="..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
31-
<PackageReference Include="itext7.bouncy-castle-adapter" Version="8.0.0" Condition="!Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
31+
<PackageReference Include="itext.bouncy-castle-adapter" Version="8.0.2" Condition="!Exists('..\..\..\itextcore\itext\itext.bouncy-castle-adapter\itext.bouncy-castle-adapter.csproj')" />
3232
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.0" />
3333
<PackageReference Include="NUnit" Version="3.12.0" />
3434
<PackageReference Include="NUnit3TestAdapter" Version="3.16.1">

itext/itext.pdfocr.api/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
[assembly: Guid("0c4ceb00-9a56-4547-a925-5974a85a6048")]
1616

17-
[assembly: AssemblyVersion("3.0.0.0")]
18-
[assembly: AssemblyFileVersion("3.0.0.0")]
19-
[assembly: AssemblyInformationalVersion("3.0.0")]
17+
[assembly: AssemblyVersion("3.0.1.0")]
18+
[assembly: AssemblyFileVersion("3.0.1.0")]
19+
[assembly: AssemblyInformationalVersion("3.0.1")]
2020
[assembly: InternalsVisibleTo("itext.pdfocr.api.tests, PublicKey=" +
2121
"00240000048000009400000006020000002400005253413100040000010001008b21ed5b3fc1c1" +
2222
"1996390981fe22bbe71a39a9e11d3c2cefddd6ee92920fa871f9666ae0fa941af0280d0653df04" +

itext/itext.pdfocr.api/itext.pdfocr.api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</ItemGroup>
3131
<ItemGroup>
3232
<ProjectReference Include="..\..\..\itextcore\itext\itext.io\itext.io.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
33-
<PackageReference Include="itext7" Version="8.0.0" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
33+
<PackageReference Include="itext" Version="8.0.2" Condition="!Exists('..\..\..\itextcore\itext\itext.io\itext.io.csproj')" />
3434
<ProjectReference Include="..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.kernel\itext.kernel.csproj')" />
3535
<ProjectReference Include="..\..\..\itextcore\itext\itext.layout\itext.layout.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.layout\itext.layout.csproj')" />
3636
<ProjectReference Include="..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj" Condition="Exists('..\..\..\itextcore\itext\itext.pdfa\itext.pdfa.csproj')" />

itext/itext.pdfocr.api/pdfocr-api.nuspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
4-
<id>itext7.pdfocr.api</id>
5-
<version>3.0.0</version>
6-
<title>iText 7 pdfOcr</title>
4+
<id>itext.pdfocr.api</id>
5+
<version>3.0.1</version>
6+
<title>iText pdfOcr</title>
77
<authors>Apryse Software</authors>
88
<owners>Apryse Software</owners>
99
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
1010
<projectUrl>https://itextpdf.com/en/products/itext-7/pdfocr</projectUrl>
1111
<icon>ITSC-avatar.png</icon>
1212
<requireLicenseAcceptance>true</requireLicenseAcceptance>
13-
<description>pdfOCR is an iText 7 add-on 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-
<summary>pdfOCR is an iText 7 add-on for C# (.NET) to recognize and extract text in scanned documents and images</summary>
13+
<description>pdfOCR is an iText add-on 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+
<summary>pdfOCR is an iText add-on for C# (.NET) to recognize and extract text in scanned documents and images</summary>
1515
<copyright>Copyright (c) 1998-2023 Apryse Group NV</copyright>
1616
<language>en-US</language>
1717
<tags>OCR PDF ligatures text glyphs iText Optical Character Recognition PDF/A ISO-compliant Tesseract open-source opensource English Mandarin Chinese Hindi Spanish French Arabic Bengali Russian Portuguese Indonesian scan image extractable data searchable diacritic sdk c# .net</tags>
1818
<repository type="git" url="https://github.com/itext/i7n-pdfocr.git" />
1919
<dependencies>
2020
<group targetFramework="net461">
21-
<dependency id="itext7" version="8.0.0" />
21+
<dependency id="itext" version="8.0.2" />
2222
</group>
2323
</dependencies>
2424
</metadata>

itext/itext.pdfocr.tesseract4/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
[assembly: Guid("0c4ceb00-9a56-4547-a925-5974a85a6048")]
1616

17-
[assembly: AssemblyVersion("3.0.0.0")]
18-
[assembly: AssemblyFileVersion("3.0.0.0")]
19-
[assembly: AssemblyInformationalVersion("3.0.0")]
17+
[assembly: AssemblyVersion("3.0.1.0")]
18+
[assembly: AssemblyFileVersion("3.0.1.0")]
19+
[assembly: AssemblyInformationalVersion("3.0.1")]
2020
[assembly: InternalsVisibleTo("itext.pdfocr.tesseract4.tests, PublicKey=" +
2121
"00240000048000009400000006020000002400005253413100040000010001008b21ed5b3fc1c1" +
2222
"1996390981fe22bbe71a39a9e11d3c2cefddd6ee92920fa871f9666ae0fa941af0280d0653df04" +
2323
"8ae2d93f8c5e2d820dba3c8df9ed468c8be40a6fffeb32aa481a254f0fb9f37aa7c3ec1c0acd2c" +
2424
"009746bbdafcb75bcdbcecb7caf1f0f4b6e7d013906ba60b66eb1c8298e4efb052caf6cece4bf1" +
2525
"816902cc")]
2626

27-
[assembly: Versions.Attributes.KernelVersion("8.0.0.0")]
27+
[assembly: Versions.Attributes.KernelVersion("8.0.2.0")]

itext/itext.pdfocr.tesseract4/itext/pdfocr/tesseract4/actions/data/PdfOcrTesseract4ProductData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class PdfOcrTesseract4ProductData {
3434

3535
private const String PDF_OCR_TESSERACT4_PUBLIC_PRODUCT_NAME = "pdfOCR-Tesseract4";
3636

37-
private const String PDF_OCR_VERSION = "3.0.0";
37+
private const String PDF_OCR_VERSION = "3.0.1";
3838

3939
private const int PDF_OCR_COPYRIGHT_SINCE = 2000;
4040

itext/itext.pdfocr.tesseract4/pdfocr-tesseract4.nuspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<?xml version="1.0"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
33
<metadata>
4-
<id>itext7.pdfocr.tesseract4</id>
5-
<version>3.0.0</version>
6-
<title>iText 7 pdfOcr</title>
4+
<id>itext.pdfocr.tesseract4</id>
5+
<version>3.0.1</version>
6+
<title>iText pdfOcr</title>
77
<authors>Apryse Software</authors>
88
<owners>Apryse Software</owners>
99
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
1010
<projectUrl>https://itextpdf.com/en/products/itext-7/pdfocr</projectUrl>
1111
<icon>ITSC-avatar.png</icon>
1212
<requireLicenseAcceptance>true</requireLicenseAcceptance>
13-
<description>pdfOCR is an iText 7 add-on 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-
<summary>pdfOCR is an iText 7 add-on for C# (.NET) to recognize and extract text in scanned documents and images</summary>
13+
<description>pdfOCR is an iText add-on 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+
<summary>pdfOCR is an iText add-on for C# (.NET) to recognize and extract text in scanned documents and images</summary>
1515
<copyright>Copyright (c) 1998-2023 Apryse Group NV</copyright>
1616
<language>en-US</language>
1717
<tags>OCR PDF ligatures text glyphs iText Optical Character Recognition PDF/A ISO-compliant Tesseract open-source opensource English Mandarin Chinese Hindi Spanish French Arabic Bengali Russian Portuguese Indonesian scan image extractable data searchable diacritic sdk c# .net</tags>
1818
<repository type="git" url="https://github.com/itext/i7n-pdfocr.git" />
1919
<dependencies>
2020
<group targetFramework="net461">
21-
<dependency id="itext7.pdfocr.api" version="3.0.0" />
21+
<dependency id="itext.pdfocr.api" version="3.0.1" />
2222
</group>
2323
</dependencies>
2424
<references>
@@ -29,7 +29,7 @@
2929
<files>
3030
<file src="bin\Release\net461\itext.pdfocr.tesseract4.dll" target="lib\net461" />
3131
<file src="bin\Release\net461\itext.pdfocr.tesseract4.xml" target="lib\net461" />
32-
<file src="itext7.pdfocr.tesseract4.targets" target="build" />
32+
<file src="itext.pdfocr.tesseract4.targets" target="build" />
3333
<file src="lib\Tesseract.dll" target="lib\net461" />
3434
<file src="lib\x64\*.dll" target="runtimes\x64" />
3535
<file src="lib\x86\*.dll" target="runtimes\x86" />

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d7b1209605e39b24590851ce4b820e7d66727b43
1+
df7d64395362a4d8c3223f21563291963638d049

0 commit comments

Comments
 (0)