Socket
Socket
Sign inDemoInstall

pdfreader

Package Overview
Dependencies
2
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

index.d.ts

2

package.json
{
"name": "pdfreader",
"type": "module",
"version": "3.0.0",
"version": "3.0.1",
"description": "Read text and parse tables from PDF files. Supports tabular data with automatic column detection, and rule-based parsing.",

@@ -6,0 +6,0 @@ "main": "index.js",

@@ -9,2 +9,4 @@ # pdfreader ![Node CI](https://github.com/adrienjoly/npm-pdfreader/workflows/Node%20CI/badge.svg) [![Code Quality](https://api.codacy.com/project/badge/Grade/73d37dbb0ff84795acf65a55c5936d83)](https://app.codacy.com/gh/adrienjoly/npm-pdfreader?utm_source=github.com&utm_medium=referral&utm_content=adrienjoly/npm-pdfreader&utm_campaign=Badge_Grade)

🆕 Now includes TypeScript type definitions!
ℹ️ Important notes:

@@ -24,6 +26,8 @@

After installing [Node.js](https://nodejs.org/):
```sh
nvm use # optional, to switch to the recommended version of Node.js
npm install pdfreader
cd node_modules/pdfreader
git clone https://github.com/adrienjoly/npm-pdfreader.git
cd npm-pdfreader
npm install
npm test

@@ -33,2 +37,12 @@ node parse.js test/sample.pdf

## Installation into an existing project
To install `pdfreader` as a dependency of your Node.js project:
```sh
npm install pdfreader
```
Then, see below for examples of use.
## Raw PDF reading

@@ -35,0 +49,0 @@

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