Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add support for DOCX and TXT résumé formats #16

@saviobatista

Description

@saviobatista

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

  • Users can upload .docx and .txt formats
  • Text is extracted and processed equivalently to PDF
  • All parsing and AI logic applies to these formats
  • Invalid or unsupported formats are rejected gracefully

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureFunctional feature or user-facing capabilityparserPDF or text parsing logicphase-2Tasks scheduled for Phase 2 roadmap

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions