22 lines
926 B
Markdown
22 lines
926 B
Markdown
# scripts-bash
|
|
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. 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.
|
|
![img/scr_run_music_background_exemple.png](img/scr_run_music_background_exemple.png)
|
|
|
|
# License
|
|
Shield: [![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
|
|
|
|
This work is licensed under a
|
|
[Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].
|
|
|
|
[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]
|
|
|
|
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
|
|
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
|
|
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg
|