--fast option #27

This commit is contained in:
2020-02-22 18:37:08 -05:00
parent 483a454c8d
commit d4da28249e
7 changed files with 9 additions and 4 deletions

View File

@@ -31,6 +31,7 @@ struct {
const char * tesseract_path;
pcre *exclude;
pcre_extra *exclude_extra;
int fast;
} ScanCtx;
struct {