Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaminus committed Apr 29, 2018
1 parent f006bd5 commit d6932d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Organize your memes by having the window to:

**Currently in beta state**

[![memento features](https://i.imgur.com/WwXUTnW.gif)](https://youtu.be/YF6Tf7qOXU4)
[![memento features](https://i.imgur.com/A8nZo21.gif)](https://youtu.be/YF6Tf7qOXU4)

**Note:**
Make sure you have a OCR tool like `tesseract` and certain data value for comparing OCR, eg `tesseract-data-eng` along with `Pillow` and `Wand` for image conversion and loading to draw along with `numpy` and `cv2` for all Image processing required to crop the image with border values defined
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():
setup(
name = 'mementor',
packages = ['mementor'], # this must be the same as the name above
version = '1.0.1',
version = '1.0.2',
description = 'A library to fetch images from directory to fix orientation and pull OCR from the images along with editing the text inside images, primarily focusing on memes',
long_description = readme(),
author = 'Sunim Acharya',
Expand All @@ -17,7 +17,7 @@ def readme():
keywords = ['ocr', 'image', 'opencv', 'tesseract', 'orientation'], # arbitrary keywords
classifiers = [],
install_requires=[
'pillow', 'pyocr', 'numpy'
'pillow', 'pyocr', 'numpy', 'tesseract'
],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit d6932d4

Please sign in to comment.