diff --git a/TesseractOCR/TesseractOCR.csproj b/TesseractOCR/TesseractOCR.csproj index be2e386..5841c4d 100644 --- a/TesseractOCR/TesseractOCR.csproj +++ b/TesseractOCR/TesseractOCR.csproj @@ -6,7 +6,7 @@ Tesseract 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. Copyright 2012-2021 Charles Weld - Copyright 2021-2022 Kees van Spelde - Changed some Tesseract interop signatures so that the code will not throw an error anymore on Linux + - Updated to Tesseract 5.2.0 https://github.com/Sicos1977/TesseractOCR https://github.com/Sicos1977/TesseractOCR Tesseract OCR text readable PDF @@ -14,10 +14,10 @@ false netstandard21;net461;net48;net5.0;net6.0 True - 5.1.10.0 - 5.1.10.0 + 5.2.10.0 + 5.2.10.0 False - 5.1.10 + 5.2.10 ocr.png true bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml