We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 637be53 + 10f1d95 commit bcd6144Copy full SHA for bcd6144
include/tesseract/publictypes.h
@@ -67,7 +67,7 @@ enum PolyBlockType {
67
PT_COUNT
68
};
69
70
-/** Returns true if PolyBlockType is of horizontal line type */
+/** Returns true if PolyBlockType is of line type */
71
inline bool PTIsLineType(PolyBlockType type) {
72
return type == PT_HORZ_LINE || type == PT_VERT_LINE;
73
}
0 commit comments