Fix a comment about Tesseract behavior in certain versions

This commit is contained in:
James R. Barlow
2018-05-01 21:31:09 -07:00
parent a9abe13185
commit f3b6d9dcdf
+1 -1
View File
@@ -159,7 +159,7 @@ def get_orientation(input_file, language: list, engine_mode, timeout: float,
assert 'Rotate' not in osd
angle = -angle % 360
else:
# Tesseract == 3.04.01, hopefully also Tesseract > 3.04.01
# Tesseract >= 3.04.01
# reports "Orientation in degrees" as a clockwise angle
assert 'Rotate' in osd