Skip to content

Commit bb94350

Browse files
committed
sdf
1 parent be03b3c commit bb94350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/content/ocr/scanning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ No good OCR - just scanning.
2626
- scantailor advanced does an excellent automated job, if used right. kArtik uses it.
2727
- `sudo flatpak install flathub org.scantailor.Scantailor-advanced`
2828
- Input and output - images, not pdfs. Outputs tiffs.
29-
- `pdftoppm -jpeg input.pdf images/page`
30-
- `mogrify -format jpg -quality 85 *.tif`
29+
- Input - `pdftoppm -jpeg input.pdf images/page`
30+
- Output - `mogrify -format jpg -quality 85 *.tif`
3131
- `img2pdf --pagesize A4 --fit shrink *.jpg -o output.pdf`
3232
- Must run various stages sequentially - split pages, fix page box, set margins, output ....
3333
- Good settings - In settings - jpg output; no content selection, 72-150 dpi, color output, white fill.

0 commit comments

Comments
 (0)