Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kees van Spelde committed Jul 11, 2022
1 parent 0f14b6d commit b1e5d9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TesseractOCR/TesseractOCR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
<Product>Tesseract</Product>
<Description>Tesseract 5.1.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>Changed some Tesseract interop signatures so that the code will not throw an error anymore on Linux</PackageReleaseNotes>
<PackageReleaseNotes>- Updated to Tesseract 5.2.0</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.1.10.0</FileVersion>
<AssemblyVersion>5.1.10.0</AssemblyVersion>
<FileVersion>5.2.10.0</FileVersion>
<AssemblyVersion>5.2.10.0</AssemblyVersion>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<Version>5.1.10</Version>
<Version>5.2.10</Version>
<PackageIcon>ocr.png</PackageIcon>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
Expand Down

0 comments on commit b1e5d9f

Please sign in to comment.