Business Value
Supporting additional file formats increases accessibility for users who may not have their résumé in PDF format.
Description
Add the ability to upload and process .docx and .txt files in addition to PDF. Ensure they integrate into the same parsing pipeline and fallback to AI when needed.
Technical Details
- Extend file upload validation to allow
.docx and .txt
- Use
mammoth for .docx to extract plain text
- Use basic file reader for
.txt files
- Normalize inputs into the same text-processing pipeline as PDF
Acceptance Criteria
Business Value
Supporting additional file formats increases accessibility for users who may not have their résumé in PDF format.
Description
Add the ability to upload and process
.docxand.txtfiles in addition to PDF. Ensure they integrate into the same parsing pipeline and fallback to AI when needed.Technical Details
.docxand.txtmammothfor.docxto extract plain text.txtfilesAcceptance Criteria
.docxand.txtformats