Difference between revisions of "OCR: OCRMyPDF"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Instalasi pip install ocrmypdf Pemakaian ocrmypdf input.pdf output.pdf")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Instalasi
 
Instalasi
  
  pip install ocrmypdf
+
  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


Pranala Menarik