Skip to content

Extract #3

Description

@salekinsirajus

The purpose of this page is to parse the uploaded resume and collect raw data. Parsing means "resume.pdf" -> set of strings that we are looking for.

Two Parts:

  1. Parsing:
  • extract all the strings/tokens from the document.
  • TRY and make sense of what each of them means
  • Use a set of heuristics to identify the category/structure of the tokens
  • Fit them into the OpenResume schema
  1. Validation Loop:
  • Once the initial parsing is done, prompt the user to check for any issues, make changes, and press the validate button so we can update the data and ensure their input is correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions