johnlinp / pdf-to-markdown

Convert PDF files into markdown files
BSD 3-Clause "New" or "Revised" License
284 stars 70 forks source link

update readme because instructions don't work #6

Closed joncodo closed 8 years ago

joncodo commented 8 years ago

So here is what I did:

git clone git@github.com:euske/pdfminer.git
10378  cd pdfminer
10379  ls
10380  sudo python setup.py install

//Then
python main.py ~/Desktop/MyFile.pdf

➜  pdfminer git:(master) ✗ ls
MANIFEST.in Makefile    README.md   build       cmaprsrc    docs        pdfminer    samples     setup.py    tools

python: can't open file 'main.py': [Errno 2] No such file or directory

Am I missing a step here? Is this the correct repo to clone?

johnlinp commented 8 years ago

main.py is not in pdfminer, it's in pdf-to-markdown. I've made README.md clearer in 48548046f93.