Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:linux:ocrpdf [2012/06/13 22:26] alex created |
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 | ||
| Line 77: | Line 77: | ||
| done | done | ||
| </code> | </code> | ||
| + | |||
| + | ===== Links ===== | ||
| + | |||
| + | * [[http://www.groklaw.net/articlebasic.php?story=20061210115516438|Source [groklaw]]] | ||
| + | |||