🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

document-phrase-occurrence-parser

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

document-phrase-occurrence-parser

Finds the number of occurrences of one or more phrases in a directory of .doc, .docx, and .pdf files.

1.1.1
latest
Source
npm
Version published
Maintainers
1
Created
Source

Document Phrase Occurrence Parser

Finds the number of occurrences of one or more phrases in a directory of .doc, .docx, and .pdf files.

Installation

npm install --global document-phrase-occurrence-parser

Usage

dpop --phrases "laser, shirt, the"

Extraction Requirements

Textract is used to extract files. Depending on the files you want to extract and your OS, there may be external dependencies.

  • PDF extraction requires pdftotext be installed, link
  • DOC extraction requires antiword be installed, link, unless on OSX in which case textutil (installed by default) is used.

Keywords

document

FAQs

Package last updated on 07 Feb 2018

Did you know?

Socket

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