modify segmentation.c so that: - [ ] adapt matrice size gain from letter_seg into a 32x32 matrice for neural network - [x] letter_seg return or modify a string to add character from neural network to make words - [x] word_seg return or modify a string that combines all words to make lines - [x] line_seg return or modify a string that combines all lines to make a paragraph - [x] parag_seg (when coded) return or modify a string that combines all paragraphs that makes up the file