#!/bin/bash
Generalize for May01-May30 for file May*

#one script for each month
#create output txt file
tesseract /path/to/file/Temp_pi1-5-10May* May*
#extract degree minutes
grep "OUTSIDE " May01 |cut -d " " -f 2 > May*degmin.txt
