Difference between revisions of "OCR: OCRMyPDF"

From OnnoWiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
  sudo su
 
  sudo su
  pip install ocrmypdf
+
  apt -y install ocrmypdf
  
  
Line 8: 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