Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
en:linux:ocrpdf [2012/06/14 00:56] alex [ocr.sh] |
en:linux:ocrpdf [2020/04/29 08:04] (current) alex |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===== pdf2tif ===== | ===== pdf2tif ===== | ||
| - | <code sh> | + | <code bash> |
| #!/bin/sh | #!/bin/sh | ||
| # Derived from pdf2ps. | # Derived from pdf2ps. | ||
| Line 49: | Line 49: | ||
| ===== ocr.sh ===== | ===== ocr.sh ===== | ||
| - | <code sh> | + | <code bash> |
| #!/bin/sh | #!/bin/sh | ||