UI tweaks, search syntax (#25)

This commit is contained in:
2020-02-16 15:24:29 -05:00
parent 849beb09d8
commit ae8652d86e
8 changed files with 134 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ struct {
pthread_mutex_t mupdf_mu;
char * tesseract_lang;
char * tesseract_path;
const char * tesseract_path;
} ScanCtx;
struct {

View File

@@ -6,7 +6,7 @@
#define EPILOG "Made by simon987 <me@simon987.net>. Released under GPL-3.0"
static const char *const Version = "1.2.11";
static const char *const Version = "1.2.12";
static const char *const usage[] = {
"sist2 scan [OPTION]... PATH",
"sist2 index [OPTION]... INDEX",

File diff suppressed because one or more lines are too long