We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2d1aa commit b0b8dfbCopy full SHA for b0b8dfb
src/api/renderer.h
@@ -80,6 +80,9 @@ class TESS_API TessResultRenderer {
80
const char* file_extension() const { return file_extension_; }
81
const char* title() const { return title_.c_str(); }
82
83
+ // Is everything fine? Otherwise something went wrong.
84
+ bool happy() { return happy_; }
85
+
86
/**
87
* Returns the index of the last image given to AddImage
88
* (i.e. images are incremented whether the image succeeded or not)
0 commit comments