Skip to content

This set of perl scripts are used to convert doc to txt file.

Notifications You must be signed in to change notification settings

rockiecxh/word2txt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

首先安装Perl软件,默认安装就好了

ActivePerl-5.10.1.1008-MSWin32-x86-294165.msi

将Word文档转换成TXT文本文件
===========================

新建一个文件夹,取名为word,并将需要转换的Word文档全放在新建的"word"文件夹里面。

复制covertword.pl,extract.pl以及关键字.txt三个文件到word的上层目录。
比方说,word的全路径为: D:\work\word
那就将三个文件放到D:\work目录下面。


从文本文件中提取信息
====================
编辑 关键字.txt 文件,将所要提取的关键字填入

# 关键字是由半角逗号(,)分隔的,如下所示
提交人, 提交单位, 提交日期, 接收人

双击运行extract.pl

过段时间后,word下面所有的Word文档都被转换成txt文件,并且放在TXT文件夹下面。
并且提取出来的信息放在Result文件夹下面。

About

This set of perl scripts are used to convert doc to txt file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages