This commit is contained in:
2023-04-15 13:06:13 -04:00
parent 9813646c11
commit 75b66b5982
4 changed files with 51 additions and 2 deletions

View File

@@ -7,6 +7,11 @@ typedef struct {
long content_size;
log_callback_t log;
logf_callback_t logf;
store_callback_t store;
int tn_qscale;
int tn_size;
int enable_tn;
} scan_mobi_ctx_t;
void parse_mobi(scan_mobi_ctx_t *ctx, vfile_t *f, document_t *doc);