LeoFCardoso / pdf2pdfocr

A free tool to OCR a PDF and add a text "layer" in the original file, making a searchable PDF. Use only open source tools. Please tip!
Apache License 2.0
273 stars 34 forks source link

Documentation update #16

Closed ericmoret closed 4 years ago

ericmoret commented 4 years ago

I found out that following the macports installation documentation did not properly install the modules with pip. In order to make it work, I had to use pip3 such as:

sudo pip3 install reportlab Gooey
sudo pip3 install https://github.com/mstamy2/PyPDF2/archive/master.zip
sudo pip3 install lxml beautifulsoup4
LeoFCardoso commented 4 years ago

Hi @ericmoret , thanks for your message. Did you try sudo port select --set pip pip37 before?

ericmoret commented 4 years ago

I did follow all the steps documented for Macs on 2 separate computers both running Catalina 10.15.4 and twice had to issue that pip3 command instead.

LeoFCardoso commented 4 years ago

Ok, I'll fix this soon. Thanks.