Scrapper. The results of the work will be saved in the folder results/
.
NodeJs v20 min
NPM
- Go to directory
simplepdfscrapper
. - Install dependencies:
npm install
- Create .env file such as env-example.
- Launch:
npm run start
- Make sure Docker is installed and running globally.
- Create .env file such as env-example.
- If docker is installed, build and run the image -
docker-compose up
from project directorysimplepdfscrapper
.