You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to resolve all the dependency and environmental issues, and the program is executing well.
One limitation I found that it works only with PDF files, MS-Word file are not supported.
Can you provide solution to this?
Thanks
Rishi
The text was updated successfully, but these errors were encountered:
use import docx2txt this package for reading docx files you can extract the information from the resume as resume = docx2txt.process("path of our resume")
Hi Brendan,
I was able to resolve all the dependency and environmental issues, and the program is executing well.
One limitation I found that it works only with PDF files, MS-Word file are not supported.
Can you provide solution to this?
Thanks
Rishi
The text was updated successfully, but these errors were encountered: