Socket
Socket
Sign inDemoInstall

js-resume-parser

Package Overview
Dependencies
3
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    js-resume-parser

Javascript library used to extract email, phone number or Raw text from text, pdf or docx file


Version published
Weekly downloads
131
increased by11.02%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

js-resume-parser

Javascript library used to extract email, phone number or Raw text from text, pdf or docx file

Installation

$ npm i js-resume-parser --save

Usage

import * as Parser from "js-resume-parser";

Parser.getDataFromPDF(file);
Parser.getDataFromDocx(file);
Parser.getDataFromText(text);

Returned Data

{
    "email": "examplemail@gmail.com",
    "phone_number": "+919111111111",
    "text": "Raw text ..."
}

Supported File Formats

.pdf, .docx

Keywords

FAQs

Last updated on 05 Nov 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc