Resume Extractor





{% if error %}
{{ error }}
{% endif %} {% if details %}

Extracted Resume Details

Name:
{{ details.Name }}
Email:
{{ details.Email }}
Phone:
{{ details.Phone }}
Education:
{{ details.Education }}
Skills:
{{ details.Skills }}
Projects:
{% if 'Projects' in details %} {{ details.Projects }} {% else %}

No projects found.

{% endif %}
Experience:
{{ details.Experience }}
Interact with Extracted Data
{% if csv_filename %}

Your data has been saved. You can download the CSV file here.

{% endif %} {% if csv_filename_mechanical %}

You can download the Mechanical background CSV file here.

{% endif %} {% endif %}