| 432 | } |
| 433 | |
| 434 | void OCRParameters::EnableCustomConfig(bool enable) |
| 435 | { |
| 436 | useConfig = enable; |
| 437 | initDone = false; |
| 438 | } |
| 439 | |
| 440 | void OCRParameters::SetCustomConfigFile(const std::string &filename) |
| 441 | { |
no outgoing calls
no test coverage detected