Some editing to be more explicit event in the TL;DR version

This commit is contained in:
Emmanuel Di Pretoro 2022-10-14 11:39:05 +02:00
parent 1960cda03c
commit db4c4694f4

View File

@ -8,8 +8,10 @@ extract URLs from PDF files. This project implement a method to do it.
## The TL;DR version ## The TL;DR version
Run `make extract` after copying files PDF files in the *./data* 1. Copy ocerized PDF files in a *./data* directory inside this
directory. repository;
2. Run the `make extract` command;
3. Open the file created in the *./output* directory.
## The complete version ## The complete version