BoiseState-AdaptLab / OCR_4_Forest_Service

Other
2 stars 0 forks source link

Word vertical histogram is returning NaN #26

Open FloCiaglia opened 3 years ago

FloCiaglia commented 3 years ago

Issue with the new json data (data from the body section of the form):

It's common for fields in the body section of the form to be blank. In these instances, the histogram of the image performed during word_segmentation will equal zero. This makes the program crash because it returns a value of NaN.

 **Possible Solutions**