You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
246 B
Bash

./merge_scans.sh
mkdir -p split
python3 burstpdf.py
mkdir -p rotated
python3 rotation.py
mkdir -p bounding_box
python3 bounding_box.py
mkdir -p cropped
# python3 mirror_crop.py
mkdir -p ocred
python3 tesseract_ocr.py
./remove.sh
./merge_files.sh