Skip to content

Instantly share code, notes, and snippets.

@GuiUzeda
GuiUzeda / tensorflow-2-0-deeplearning-workshop.ipynb
Created October 2, 2019 16:08
Tensorflow 2.0 & DeepLearning Workshop
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@GuiUzeda
GuiUzeda / pypdf_to_image.py
Created July 24, 2018 17:29 — forked from santiago-kai/pypdf_to_image.py
Python Convert PDF to Image
"""
Problem:
How to Convert PDF to Image with Python Script ?
Installation:
I use ubuntu OS 14.04
We use wrapper for ImageMagick [http://www.imagemagick.org/script/index.php] to Convert The PDF file
in Python do:
$ sudo apt-get install libmagickwand-dev