Update 'workshop_stream.sh'

master
Pedro Sá Couto 4 years ago
parent ade9a0f013
commit 1c0546a7be

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

Loading…
Cancel
Save