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
231 B

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