https://github.com/jorgecj/extract-text-from-pdf
Project made to extract text from PDF files.
https://github.com/jorgecj/extract-text-from-pdf
javascript js node-js nodejs
Last synced: 3 months ago
JSON representation
Project made to extract text from PDF files.
- Host: GitHub
- URL: https://github.com/jorgecj/extract-text-from-pdf
- Owner: JorgeCJ
- Created: 2023-06-01T04:43:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T05:17:21.000Z (about 2 years ago)
- Last Synced: 2025-01-16T22:37:16.569Z (5 months ago)
- Topics: javascript, js, node-js, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extract-text-from-PDF
`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", :`

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

`And finally, just type the following code in your terminal: "node pdfToText/pdfReader.js pdfToText/sample.pdf".`
## Technologies used:
- [Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [NodeJs](https://nodejs.org/en/docs)If you want to know more about how to extract text from PDF, click [HERE](https://www.npmjs.com/package/pdfreader).