Optical Character Recognition OCR: Difference between revisions

From WickyWiki
mNo edit summary
mNo edit summary
Line 15: Line 15:
</source>
</source>


Greenshot integration:
Greenshot integration, this will create a .txt -file in addition to the created image-file with OCR results. Feel free to change any parameters to improve the results.


Go to Preferences > Plugins > External command plugin > Configure > New
Go to Greenshot > Preferences > Plugins > External command plugin > Configure > New


   Tesseract-OCR
   Name: Tesseract-OCR
   C:\Program Files\Tesseract-OCR\tesseract.exe  
   Command: C:\Program Files\Tesseract-OCR\tesseract.exe  
  "{0}" outputbase -l eng+nld --psm 6
  Arguments "{0}" "{0}" -c paragraph_text_based=0 -l eng+nld --psm 6

Revision as of 08:13, 31 August 2022


Sourcecode, info and links:

Binaries, installers:

Commandline usage:

tesseract imagename outputbase [-l lang] [--oem ocrenginemode] [--psm pagesegmode] [configfiles...]

Greenshot integration, this will create a .txt -file in addition to the created image-file with OCR results. Feel free to change any parameters to improve the results.

Go to Greenshot > Preferences > Plugins > External command plugin > Configure > New

 Name: Tesseract-OCR
 Command: C:\Program Files\Tesseract-OCR\tesseract.exe 
 Arguments "{0}" "{0}" -c paragraph_text_based=0 -l eng+nld --psm 6