Adding missing help

This commit is contained in:
Emmanuel Di Pretoro 2022-10-14 11:36:26 +02:00
parent d579e3ac05
commit 1960cda03c

View File

@ -2,5 +2,10 @@ With this command, you'll be able to manage easily the extraction of
URLs from books scanned by KBR URLs from books scanned by KBR
Here is the list of commands and what there are doing: Here is the list of commands and what there are doing:
* make help: display this help
* make pdftotext: this command extract a text version of the PDF files * make pdftotext: this command extract a text version of the PDF files
and copy these files to the data/text/ directory and copy these files to the data/text/ directory
* make extract: running the script to extract URLs found in the text
files stored in the data/text directory
* make init: if necessary, creates the directories needed