https://github.com/ghostwriternr/draw-the-line
A graph plotter that works with any pdf containing one (or more) graphs :chart_with_upwards_trend:
https://github.com/ghostwriternr/draw-the-line
graph image-processing java ocr python
Last synced: about 1 month ago
JSON representation
A graph plotter that works with any pdf containing one (or more) graphs :chart_with_upwards_trend:
- Host: GitHub
- URL: https://github.com/ghostwriternr/draw-the-line
- Owner: ghostwriternr
- Created: 2016-03-14T13:18:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-19T18:53:22.000Z (about 9 years ago)
- Last Synced: 2025-04-05T11:41:27.109Z (2 months ago)
- Topics: graph, image-processing, java, ocr, python
- Language: Python
- Homepage:
- Size: 34.8 MB
- Stars: 2
- Watchers: 9
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opensoft-2016
Repository for Team-4 Opensoft## Installing ghostscript
```shell
sudo apt-get install ghostscript
```## Installing pyfpdf
```shell
cd pyfpdf
sudo python setup.py install
```## Running pdf2png.py
```shell
python pdf2png.py RESOLUTION filename.pdf
```
The output images will be saved in Images/Image names input001.png, input002.png, ...