update notes
This commit is contained in:
parent
d3b8bce6df
commit
0d78b76d6a
11
NOTES
11
NOTES
@ -1,6 +1,6 @@
|
|||||||
Unite PDFs:
|
Unite PDFs:
|
||||||
|
|
||||||
pdfunite IMG* union.pdf
|
pdfunite $(ls *.pdf | sort -n) union.pdf
|
||||||
|
|
||||||
|
|
||||||
Rotate 90 degress clockwise:
|
Rotate 90 degress clockwise:
|
||||||
@ -22,3 +22,12 @@ Check Djvu metadata:
|
|||||||
|
|
||||||
djvused -e print-meta book.djvu
|
djvused -e print-meta book.djvu
|
||||||
|
|
||||||
|
|
||||||
|
OCR:
|
||||||
|
|
||||||
|
To see list of languages:
|
||||||
|
tesseract --list-langs
|
||||||
|
|
||||||
|
To perform OCR (overwrites existing OCR layer):
|
||||||
|
ocrmypdf -l rus+eng+fra --redo-ocr --tesseract-timeout 3600 --tesseract-non-ocr-timeout 3600 -O 0 input.pdf output.pdf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user