--exclude argument #26

This commit is contained in:
2020-02-22 16:55:35 -05:00
parent 018ac86640
commit 483a454c8d
7 changed files with 46 additions and 6 deletions

View File

@@ -29,6 +29,8 @@ struct {
pthread_mutex_t mupdf_mu;
char * tesseract_lang;
const char * tesseract_path;
pcre *exclude;
pcre_extra *exclude_extra;
} ScanCtx;
struct {