Sets all the script_pos_ positions to the given position.
| 607 | } |
| 608 | // Sets all the script_pos_ positions to the given position. |
| 609 | void WERD_CHOICE::SetAllScriptPositions(tesseract::ScriptPos position) { |
| 610 | for (int i = 0; i < length_; ++i) |
| 611 | script_pos_[i] = position; |
| 612 | } |
| 613 | |
| 614 | /* static */ |
| 615 | ScriptPos WERD_CHOICE::ScriptPositionOf(bool print_debug, |
no outgoing calls
no test coverage detected