Scripts used to process a book scanned through the DIY Book Scanner.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
245 B

./rename_scans.sh
mkdir -p split
./change_res.sh
./remove.sh
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
./merge_files.sh