Add .doc support

This commit is contained in:
2020-11-15 21:17:37 -05:00
parent 50a1ed43fe
commit 7fce56da03
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: