| 950 | } |
| 951 | |
| 952 | int TessBaseAPI::GetSourceYResolution() { |
| 953 | return thresholder_->GetSourceYResolution(); |
| 954 | } |
| 955 | |
| 956 | // If flist exists, get data from there. Otherwise get data from buf. |
| 957 | // Seems convoluted, but is the easiest way I know of to meet multiple |
no outgoing calls
no test coverage detected