Skip to content

Add DOCX resume import support - #187

Open
shreya-170 wants to merge 1 commit into
xitanggg:mainfrom
shreya-170:feature/docx-resume-import
Open

Add DOCX resume import support#187
shreya-170 wants to merge 1 commit into
xitanggg:mainfrom
shreya-170:feature/docx-resume-import

Conversation

@shreya-170

Copy link
Copy Markdown

Description

Adds support for importing DOCX resumes in addition to PDF resumes.

Changes

  • Added DOCX file support to the resume upload/dropzone.
  • Added DOCX text extraction using Mammoth.
  • Reused the existing resume parsing pipeline for DOCX files.
  • Added validation for PDF and DOCX file types.
  • Updated the upload UI to support both PDF and DOCX files.

Testing

  • Verified PDF import continues to work.
  • Verified DOCX resume import successfully extracts resume content and loads it into the resume builder.
  • Ran npm run lint successfully.

Fixes #85

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow importing files other than pdf

1 participant