I am performing full Page Offline Handwriting Recognition with Deep Learning. The main idea is to build the model that can take one line of text image and give it’s corresponding text. For this main task is do line segmentation of every line in a page and send it to the model. But, i apply this code below by slightly