Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees committed Sep 20, 2022
1 parent 6032055 commit d5909fa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions TesseractOCR/TesseractOCR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@
<Product>Tesseract</Product>
<Description>Tesseract 5.2.0 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-2022 Kees van Spelde</Copyright>
<PackageReleaseNotes>- Updated to Tesseract 5.2.0</PackageReleaseNotes>
<PackageReleaseNotes>- Updated nuget packages
- Changed loading native function logging to the debug level instead of information level
- Fixed coding mistake
- Fixed some typo's</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/Sicos1977/TesseractOCR</PackageProjectUrl>
<RepositoryUrl>https://github.com/Sicos1977/TesseractOCR</RepositoryUrl>
<PackageTags>Tesseract OCR text readable PDF</PackageTags>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<SignAssembly>false</SignAssembly>
<TargetFrameworks>netstandard21;net461;net48;net5.0;net6.0</TargetFrameworks>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<FileVersion>5.2.10.0</FileVersion>
<AssemblyVersion>5.2.10.0</AssemblyVersion>
<FileVersion>5.2.11.0</FileVersion>
<AssemblyVersion>5.2.11.0</AssemblyVersion>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<Version>5.2.10</Version>
<PackageIcon>ocr.png</PackageIcon>
Expand Down

0 comments on commit d5909fa

Please sign in to comment.