about Python doc reader
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? Thanks and regards, Shailja =-=-= Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you -- http://mail.python.org/mailman/listinfo/python-list
about Python doc reader
[forwarding back to the list] Please reply to the list: I'm not the only person who can help, and I might not have the time even if I can. Shailja Gulati wrote: > I have installed win32com but still not able to run tht code as its giving > error > > File "readDocPython.py", line 1, in ? > import win32com.client > File "C:\pywin32-212\com\win32com\__init__.py", line 5, in ? > import win32api, sys, os > ImportError: No module named win32api > > i have even installed win32api.dll in Sytsem folder but > still can't do t.Any further help?? I don't know how you've installed it, but I really don't expect to see it in c:\pywin32-212 Download *and run* the .exe installer, from here, choosing the one which corresponds to your Python installation? Sorry about mailing u Tim.It just happened by mistake. Reg win32api , i m still facing the same problem of Import error...Could anyone pls help?? m stuck http://sourceforge.net/project/platformdownload.php?group_id=78018 Don't try to download the source -- the zip -- and add it to sys.path, which is the only thing I can imagine you've done there. TJG -- http://mail.python.org/mailman/listinfo/python-list ForwardSourceID:NTEC7A =-=-= Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you -- http://mail.python.org/mailman/listinfo/python-list
Fw: about Python doc reader
Shailja Gulati wrote: > Sorry about mailing u Tim.It just happened by mistake. > > Reg win32api , i m still facing the same problem of Import error...Could > anyone pls help?? m stuck Shailja. Did you download and install the download .exe from the link below? yeah..I have installed it from the same link earlier..bt getting the Import error ... Anyways i have got an alternate solution as 1.first convert doc to .txt file with free doc to text converter.I have used "Antiword" software for this. 2. Python can easily read this txt file and process tabular data also. so hoping tht problem will be solved. thanks for ur help. > > http://sourceforge.net/project/platformdownload.php?group_id=78018 TJG -- http://mail.python.org/mailman/listinfo/python-list ForwardSourceID:NTEC9E =-=-= Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you -- http://mail.python.org/mailman/listinfo/python-list