OmkarPathak / ResumeParser

A simple resume parser used for extracting information from resumes
MIT License
285 stars 164 forks source link

"There is no item named 'word/document.xml' in the archive" #7

Closed lokesh77 closed 5 years ago

lokesh77 commented 5 years ago

Hi, I tried of Extracting Information from Doc file Format... It only works with Pdf and Docx format.... Please do guide me for implementing Doc file. Screenshot from 2019-03-13 16-54-24 Screenshot from 2019-03-13 16-55-23

OmkarPathak commented 5 years ago

@lokesh77 Yes currently we only supprt docx and pdf files. We are planning to support doc and odt files in near future :smile:

lokesh77 commented 5 years ago

@OmkarPathak Bro, Currently I'm trying to implement doc files for my project. Please do Guide any suggestion...

sanpreet commented 4 years ago

Hello @OmkarPathak, I hope you are doing great. I was also struck on the same problem while the uploaded file is docx not doc. As per you saying, it supports .docx but such is not happening in my case. It is looking for the packages in the below files /home/gpu/Desktop/All_projects/django_Nlp/testingapplication/djangonlp-master/django_Nlp', '/home/gpu/Desktop/All_projects/django_Nlp/djangolearnenv/lib/python36.zip', '/home/gpu/Desktop/All_projects/django_Nlp/djangolearnenv/lib/python3.6', '/home/gpu/Desktop/All_projects/django_Nlp/djangolearnenv/lib/python3.6/lib-dynload', '/usr/lib/python3.6', '/home/gpu/Desktop/All_projects/django_Nlp/djangolearnenv/lib/python3.6/site-packages' Any help is highly appreciated.

With Regards Sanpreet Singh

IDrei commented 4 years ago

@lokesh77 Yes currently we only supprt docx and pdf files. We are planning to support doc and odt files in near future

Hello @OmkarPathak ! Thanks a lot for your work! Have you already added support for .doc format? Hope, you'll say YES.

OmkarPathak commented 4 years ago

@IDrei Yes now we do support .doc Only condition is that .doc is supported only on Linux and Mac. Windows is not supported. For more info visit https://github.com/OmkarPathak/pyresparser#supported-file-formats

IDrei commented 4 years ago

@OmkarPathak Thank you! Do you plan to add windows service?

OmkarPathak commented 4 years ago

@OmkarPathak Thank you! Do you plan to add windows service?

We use textract for extracting DOC files. It doesn't support yet. If they release windows compatible version in future, we can also accommodate the same in the code

IDrei commented 4 years ago

@OmkarPathak Thank you! Do you plan to add windows service?

We use textract for extracting DOC files. It doesn't support yet. If they release windows compatible version in future, we can also accommodate the same in the code

I've read this in readme. I supposed, that textract is your product too. Sorry!