public class MSPowerPointTest extends AbstractTextFilterTest {
public static void main(String[] args) throws Exception {
MSPowerPointTest test = new MSPowerPointTest();
File file = new File(args[0]);
test.showResult(file, new MsPowerPointTextFilter());
}