Skip to content

JorgeCJ/Extract-text-from-PDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Extract-text-from-PDF

Thumb do projeto

Project made to extract text from PDF files. First, type in the console, inside the PDF converter folder, "npm init", to create a new NPM package. After that, type "npm install pdfreader", to install our module responsible for extracting text from the PDF. Inside the "package.json", don't forget to type "type":"module", :

type module

Place your PDF file inside the "pdfToText" folder. Don't forget to rename it to "sample.pdf":

sample do pdf

And finally, just type the following code in your terminal: "node pdfToText/pdfReader.js pdfToText/sample.pdf".

Technologies used:

If you want to know more about how to extract text from PDF, click HERE.

About

Project made to extract text from PDF files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published