change ``bash headers to ``sh

This commit is contained in:
2025-08-22 15:59:04 +02:00
parent 3e049e1687
commit 8eea348112
80 changed files with 773 additions and 555 deletions

View File

@@ -13,11 +13,11 @@ Arch: tesseract-data-eng and poppler-utils
## Script
```bash
```sh
pdftoppm -png *file*.pdf test
```
```bash
```sh
for x in *png; do
tesseract -l eng "$x" - >> out.txt
done