An open API service indexing awesome lists of open source software.

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:

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, ...