User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
computers:linux:debian [2024/01/20 11:20] – [Install my favorites] wikiadmincomputers:linux:debian [2024/01/24 01:11] (current) – [Install recoll] wikiadmin
Line 8: Line 8:
  
 ==== Install recoll ==== ==== Install recoll ====
-<code>sudo nala install recoll tesseract-ocr --install-recommends</code> +<code>sudo nala install recoll ocrmypdf --install-recommends</code> 
-set up the //~/.recoll/recoll.conf//+This is my ocr script which runs ocrmypdf after I copy a newly created PDF to my document store.
 <code> <code>
-topdirs = /media/my/documents +#!/bin/bash 
-aspellLanguage = en + 
-pdfocr = 1 +find /media/my/documents/ -type f -iname '*pdf' -newer ${0} -print -exec ocrmypdf {} {} \; 
-ocrprogs = tesseract + 
-pdfocrlang = eng+touch ${0} 
 + 
 +recollindex
 </code>\\  </code>\\ 
  

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information