Add extended user info to Tesseract parsing
This commit is contained in:
parent
798884102c
commit
99569154e9
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ public class TesseractFacade
|
||||||
output = output / 10;
|
output = output / 10;
|
||||||
if(output >= 200)
|
if(output >= 200)
|
||||||
ErrorLogging.logError("OCR WARNING - OCR output is too high for DUT, potential misread.");
|
ErrorLogging.logError("OCR WARNING - OCR output is too high for DUT, potential misread.");
|
||||||
|
else
|
||||||
|
ErrorLogging.logError("OCR output successfully adjusted. Disregard warning.");
|
||||||
}
|
}
|
||||||
if(output <= -10)
|
if(output <= -10)
|
||||||
ErrorLogging.logError("OCR ERROR!!! - OCR output is too low for DUT, potential misread.");
|
ErrorLogging.logError("OCR ERROR!!! - OCR output is too low for DUT, potential misread.");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue