User Tools

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computers:linux:debian [2024/01/20 10:47] wikiadmincomputers:linux:debian [2024/01/24 01:11] (current) – [Install recoll] wikiadmin
Line 5: Line 5:
  
 ==== Install my favorites ==== ==== Install my favorites ====
- <code>sudo apt install firmware-linux-nonfree tilix bash-completion mpv stacer nala libimage-exiftool-perl poppler-utils cifs-utils transmission xfce4-goodies gvfs-backends python3-psutil socat git vim accountsservice lightdm-gtk-greeter-settings kgames aisleriot</code>\\ + <code>sudo apt install firmware-linux-nonfree tilix bash-completion mpv stacer nala sanoid libimage-exiftool-perl poppler-utils cifs-utils transmission xfce4-goodies gvfs-backends python3-psutil socat git vim accountsservice lightdm-gtk-greeter-settings kgames aisleriot</code>\\ 
  
 ==== 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