Return a pointer to underlying CubeRecoContext object if present. */
| 2833 | #ifndef NO_CUBE_BUILD |
| 2834 | /** Return a pointer to underlying CubeRecoContext object if present. */ |
| 2835 | CubeRecoContext *TessBaseAPI::GetCubeRecoContext() const { |
| 2836 | return (tesseract_ == NULL) ? NULL : tesseract_->GetCubeRecoContext(); |
| 2837 | } |
| 2838 | #endif // NO_CUBE_BUILD |
| 2839 | |
| 2840 | /** Escape a char string - remove <>&"' with HTML codes. */ |
no outgoing calls
no test coverage detected