Add .doc support

This commit is contained in:
2020-11-15 21:17:37 -05:00
parent 36281a5108
commit 51a40c8819
7 changed files with 17 additions and 4 deletions

View File

@@ -162,6 +162,8 @@ void parse(void *arg) {
parse_sidecar(&job->vfile, &doc);
CLOSE_FILE(job->vfile)
return;
} else if (is_msdoc(&ScanCtx.msdoc_ctx, doc.mime)) {
parse_msdoc(&ScanCtx.msdoc_ctx, &job->vfile, &doc);
}
abort: