Skip to content

Commit

Permalink
Update package info and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees van Spelde committed Aug 15, 2023
1 parent 67555a4 commit eb5b9e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions TesseractOCR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
What is TesseractOCR
=========

It is a .NET wrapper for Tesseract 5.3.0 that is originally copied from Charles Weld (https://github.com/charlesw/tesseract) and modified for my own needs
It is a .NET wrapper for Tesseract 5.3.2 that is originally copied from Charles Weld (https://github.com/charlesw/tesseract) and modified for my own needs

How to use
============
Expand All @@ -14,7 +14,7 @@ You can get them at https://github.com/tesseract-ocr/tessdata or https://github.

## Microsoft Visual C++ runtimes

The DLL's Tesseract51.dll (and exe) and leptonica-1.82.0.dll are compiled with Visual Studio 2022 you need these C++ runtimes for it on your computer
The DLL's Tesseract53.dll (and exe) and leptonica-1.83.1.dll are compiled with Visual Studio 2022 you need these C++ runtimes for it on your computer

- X86: https://aka.ms/vs/17/release/vc_redist.x86.exe
- X64: https://aka.ms/vs/17/release/vc_redist.x64.exe
Expand Down
10 changes: 5 additions & 5 deletions TesseractOCR/TesseractOCR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<PackageId>TesseractOCR</PackageId>
<Authors>Charles Weld &amp; Kees van Spelde</Authors>
<Product>Tesseract</Product>
<Description>Tesseract 5.3.1 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3
<Description>Tesseract 5.3.2 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3
which works by recognizing character patterns. Compatibility with Tesseract 3 is enabled by using the Legacy OCR Engine mode (--oem 0). It also needs traineddata files
which support the legacy engine, for example those from the tessdata repository.</Description>
<Copyright>Copyright 2012-2021 Charles Weld - Copyright 2021-2023 Kees van Spelde</Copyright>
<PackageReleaseNotes>- Updated to Tesseract 5.3.1
- Added a method to read multi page tiffs from memory
- Added a method to blend images</PackageReleaseNotes>
<PackageReleaseNotes>- Updated to Tesseract 5.3.2
- Updated to Leptonica 1.83.1
- Updated nuget packages</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/Sicos1977/TesseractOCR</PackageProjectUrl>
<RepositoryUrl>https://github.com/Sicos1977/TesseractOCR</RepositoryUrl>
<PackageTags>Tesseract OCR text readable PDF</PackageTags>
Expand All @@ -21,7 +21,7 @@ which support the legacy engine, for example those from the tessdata repository.
<FileVersion>5.3.3.0</FileVersion>
<AssemblyVersion>5.3.3.0</AssemblyVersion>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<Version>5.3.3</Version>
<Version>5.3.4</Version>
<PackageIcon>ocr.png</PackageIcon>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
Expand Down

0 comments on commit eb5b9e5

Please sign in to comment.