about Python doc reader

Kushal Kumaran kushal.kumaran at gmail.com
Wed May 13 08:37:45 EDT 2009


On Wed, May 13, 2009 at 4:28 PM, Shailja Gulati <shailja.gulati at tcs.com> wrote:
>
> Hi ,
>
> I am currently working on "Information retrieval from semi structured
> Documents" in which there is a need to read data from Resumes.
>
> Could anyone tell me is there any python API to read Word doc?
>

If you're using Windows, you can use COM APIs to read Word documents.
Or you can use OpenOffice.org using uno.  You can find examples of
either by googling.

-- 
kushal



More information about the Python-list mailing list