From 40a3b855ca44ccbd63a70ed45238995bada171ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Abonnel?= Date: Sun, 6 Mar 2022 06:53:59 +0000 Subject: [PATCH] add info on convertPDF --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4561ed..b7583b2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Some bash scripts ## convertPDF -Create a new PDF with `pdf2cairo` and `convert`, create a file text with OCR `Tresseract`, and create an other PDF file with `gs` tool. +Create a new PDF with `pdf2cairo` and `convert`, create a file text with OCR `Tresseract`, and create an other PDF file with `gs` tool. Apply on all pdf files in the current folder. ## run_music_background Play audio file with the play program, all the musics present in the desinged folder. In the script, indicate the music folder and the desired volume.