OCR Project
Loading...
Searching...
No Matches
SolveArgs Struct Reference

Parsed command-line options for the solve binary. More...

Public Attributes

const char * image_path
char model_path [512]
char words [2048]
int verbose

Detailed Description

Parsed command-line options for the solve binary.

Member Data Documentation

◆ image_path

const char* SolveArgs::image_path

Path to the input crossword image.

◆ model_path

char SolveArgs::model_path[512]

Path to the model .bin file.

◆ verbose

int SolveArgs::verbose

Non-zero if verbose mode requested.

◆ words

char SolveArgs::words[2048]

Comma-separated word list.


The documentation for this struct was generated from the following file: