Skip to content

ammonvictor/extract-pdf-content

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 

Extract PDF Content

This repository contains example demonstrations on how to use PDF.js in conjunction with Lodash, to extract data from a pdf.

There are two example applications, a web application to ease data exploration and a CLI application to ease data entry from a node.js application.

NOTE: These are prototypes for further exploration and will need to be customised to a specific use case.

Usage

Choose between:

  • a CLI implementation ideally to be set up and used on a server (requires node.js installed)
cd server/
npm install
node index.js
  • a web application implementation (open app folder, open index.htm in a web browser)

License

Apache-2.0

About

A data extraction example showing how to get a pdf's content.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published