문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
pdf [2023/10/14 13:04] kwon37xi |
pdf [2025/07/31 10:08] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 3: | 줄 3: | ||
| * [[pdf: | * [[pdf: | ||
| * [[pdf: | * [[pdf: | ||
| - | * [[pdf:ocrmypdf|ocrmypdf]] | + | * [[java:pdfbox|pdfbox]] Java Library 이지만 독립 애플리케이션으로도 작동함. |
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| + | * https:// | ||
| + | |||
| + | ===== OCR ===== | ||
| + | * [[pdf: | ||
| + | * '' | ||
| ===== PDF to Image ===== | ===== PDF to Image ===== | ||
| + | * [[https:// | ||
| + | ==== pdftoppm ==== | ||
| + | |||
| + | <code sh> | ||
| + | sudo apt install poppler-utils | ||
| + | </ | ||
| + | |||
| + | <code sh> | ||
| + | # | ||
| + | pdftoppm -jpeg input.pdf output | ||
| + | </ | ||
| + | |||
| + | ==== image magick ==== | ||
| + | |||
| * [[image_processing: | * [[image_processing: | ||
| < | < | ||
| 줄 31: | 줄 51: | ||
| * https:// | * https:// | ||
| * PDF 편집기. Ubuntu 기본 패키지. | * PDF 편집기. Ubuntu 기본 패키지. | ||
| + | |||
| + | ===== page number ===== | ||
| + | * [[http:// | ||