sclass OCRGlyph { S s; bool group; *() {} *(S *s, bool *group) {} bool isSymbol() { ret !group && startsWith(s, "{") && endsWith(s, "}"); } }