sadmicrowave/Resume-Ranker

Does this code set work on Windows OS?

Closed this issue · 2 comments

Does this package work on Windows without any refactoring?

Currently there is an error thrown from the DOS prompt, regarding the os.rename(...,...) function: PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: ...

This is because the parse_pdf_doc() method was opening a file pointer that never was closed.