|
OCR Project
|
Parsed command-line options for the solve binary. More...
Public Attributes | |
| const char * | image_path |
| char | model_path [512] |
| char | words [2048] |
| int | verbose |
Parsed command-line options for the solve binary.
| const char* SolveArgs::image_path |
Path to the input crossword image.
| char SolveArgs::model_path[512] |
Path to the model .bin file.
| int SolveArgs::verbose |
Non-zero if verbose mode requested.
| char SolveArgs::words[2048] |
Comma-separated word list.