Hi Erick. This is exactly what i want to achieve too. NAPS2 is using Tesseract OCR Engine. It is implemented in v6.1.2 as 4.0.0-beta3. But there is a more performant and stable release. v5.0.0-alpha. Can be found at https://github.com/UB-Mannheim/tesseract/wiki. But these are installers only and until now, I didn't find any reference in the files of NAPS2 where the path is pointing to. The original path for tesseract with the installation of NAPS2 is C:\Users\%USERNAME%\AppData\Roaming\NAPS2\components\tesseract-4.0.0b4\w64 . There is a 4 MB tesseract.exe located. But in the v5.0.0 of tesseract, it can only be found as a 1 MB file. Maybe we can unite our forces for find a hack until the new version with updated tesseract engine is released through NAPS2.... Looking forward to hear from you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Create the following directory structure under the NAPS2 program files installation directory and put the Tesseract binaries you just built in the appropriate "w32" and "w64" directories and the training files (can be downloaded from NAPS or Tesseract site) in the "best" and "fast" directories.
componentstesseract-4.0.0b4bestfastw32w64
Change the following line within the NAPS "appsettings.xml"
Hi,
is there a way to update or otherwise make sure NAP2 is using the latest OCR engine?
Hi Erick. This is exactly what i want to achieve too. NAPS2 is using Tesseract OCR Engine. It is implemented in v6.1.2 as 4.0.0-beta3. But there is a more performant and stable release. v5.0.0-alpha. Can be found at https://github.com/UB-Mannheim/tesseract/wiki. But these are installers only and until now, I didn't find any reference in the files of NAPS2 where the path is pointing to. The original path for tesseract with the installation of NAPS2 is C:\Users\%USERNAME%\AppData\Roaming\NAPS2\components\tesseract-4.0.0b4\w64 . There is a 4 MB tesseract.exe located. But in the v5.0.0 of tesseract, it can only be found as a 1 MB file. Maybe we can unite our forces for find a hack until the new version with updated tesseract engine is released through NAPS2.... Looking forward to hear from you.
Hi,
I had a similar requirement and did the following:
The most easiest approach to build Tesseract yourself is to do the following:
Done.