From aca05b7b2af1a1617d30a6a88e023b0924bb0aed Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 19 Nov 2013 14:41:14 +0100 Subject: [PATCH] comments --- src/filters/rcldoc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/filters/rcldoc b/src/filters/rcldoc index 2b9c4690..287188c8 100755 --- a/src/filters/rcldoc +++ b/src/filters/rcldoc @@ -7,10 +7,7 @@ #================================================================ #================================================================ # Extract text from an msword file by executing either antiword -# (or wvware maybe if we need it one day) -# -# The default is to use antiword, the code would need modifications to -# work with wvWare +# or wvware # #================================================================ @@ -22,9 +19,6 @@ progname="rcldoc" filetype=ms-word decoder="antiword -t -i 1 -m UTF-8" -# Not ready to use this for now (it outputs html, so the code below has to -# be simplified.) -#decoder="wvWare -1 -c UTF-8"