|
@ -100,13 +100,11 @@ sudo chmod 777 merge_scans.sh workshop_stream.sh marge_files.sh |
|
|
##Aditional information |
|
|
##Aditional information |
|
|
The workflow follows these scripts, by successive order: |
|
|
The workflow follows these scripts, by successive order: |
|
|
|
|
|
|
|
|
###Create 5 directories |
|
|
###Create 3 directories |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|
mkdir split |
|
|
mkdir split |
|
|
mkdir rotated |
|
|
|
|
|
mkdir ocred |
|
|
mkdir ocred |
|
|
mkdir bounding_box |
|
|
|
|
|
mkdir cropped |
|
|
mkdir cropped |
|
|
``` |
|
|
``` |
|
|
###Merge the files in the directory <em>scans</em> |
|
|
###Merge the files in the directory <em>scans</em> |
|
|