Difference between revisions of "OCR: OCRMyPDF"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Instalasi pip install ocrmypdf Pemakaian ocrmypdf input.pdf output.pdf") |
Onnowpurbo (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Instalasi | Instalasi | ||
− | + | sudo su | |
+ | apt -y install ocrmypdf | ||
Line 7: | Line 8: | ||
ocrmypdf input.pdf output.pdf | ocrmypdf input.pdf output.pdf | ||
+ | |||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[OCR]] |
Latest revision as of 20:04, 27 May 2024
Instalasi
sudo su apt -y install ocrmypdf
Pemakaian
ocrmypdf input.pdf output.pdf