| 940 | Pix* TessBaseAPI::GetInputImage() { return tesseract_->pix_original(); } |
| 941 | |
| 942 | const char * TessBaseAPI::GetInputName() { |
| 943 | if (input_file_) |
| 944 | return input_file_->c_str(); |
| 945 | return NULL; |
| 946 | } |
| 947 | |
| 948 | const char * TessBaseAPI::GetDatapath() { |
| 949 | return tesseract_->datadir.c_str(); |
no test coverage detected