mirror of
https://github.com/simon987/libscan.git
synced 2025-04-05 12:23:00 +00:00
Change encoding for antiword PDF
This commit is contained in:
parent
0a9742b686
commit
49d4f1ae48
@ -88,7 +88,7 @@ void parse_msdoc_pdf(scan_msdoc_ctx_t *ctx, document_t *doc, FILE *file, void* b
|
||||
opts->bHideHiddenText = 1;
|
||||
opts->bRemoveRemovedText = 1;
|
||||
opts->bUseLandscape = 0;
|
||||
opts->eEncoding = encoding_latin_2;
|
||||
opts->eEncoding = encoding_latin_1;
|
||||
opts->iPageHeight = 842; // A4
|
||||
opts->iPageWidth = 595;
|
||||
opts->eImageLevel = level_ps_3;
|
||||
|
Loading…
x
Reference in New Issue
Block a user