Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anze3db/pdftotext
Basic web frontend for pdfminer
https://github.com/anze3db/pdftotext
Last synced: 7 days ago
JSON representation
Basic web frontend for pdfminer
- Host: GitHub
- URL: https://github.com/anze3db/pdftotext
- Owner: anze3db
- Created: 2017-02-08T22:38:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T06:47:45.000Z (over 7 years ago)
- Last Synced: 2024-11-01T04:42:37.203Z (about 2 months ago)
- Language: Python
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pdf to text
[![CircleCI](https://circleci.com/gh/Smotko/pdftotext.svg?style=svg)](https://circleci.com/gh/Smotko/pdftotext) [![codecov](https://codecov.io/gh/Smotko/pdftotext/branch/master/graph/badge.svg)](https://codecov.io/gh/Smotko/pdftotext)
Simple frontend for pdfminer.
## Install local environemnt:
```bash
python setup.py develop
export FLASK_APP=pdf2text
export FLASK_DEBUG=true
flask run
```## Run tests:
```bash
run setup.py test
ptw # run continously and reload on file change
```