https://github.com/alextanhongpin/pdf-parser
Sample pipeline for parsing PDF and performing text processing
https://github.com/alextanhongpin/pdf-parser
nlp python resume-parser text-processing tika
Last synced: 8 months ago
JSON representation
Sample pipeline for parsing PDF and performing text processing
- Host: GitHub
- URL: https://github.com/alextanhongpin/pdf-parser
- Owner: alextanhongpin
- Created: 2019-06-06T09:22:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T09:22:36.000Z (about 7 years ago)
- Last Synced: 2025-07-19T03:35:22.813Z (11 months ago)
- Topics: nlp, python, resume-parser, text-processing, tika
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PDF Parser with Tika
Sample pipeline for pdf parsing and NLP.
```bash
$ pip3 install tika
$ pip install tika
```