Skip to content

Commit d6932d4

Browse files
committed
Update version
1 parent f006bd5 commit d6932d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Organize your memes by having the window to:
88

99
**Currently in beta state**
1010

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

1313
**Note:**
1414
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

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88
setup(
99
name = 'mementor',
1010
packages = ['mementor'], # this must be the same as the name above
11-
version = '1.0.1',
11+
version = '1.0.2',
1212
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',
1313
long_description = readme(),
1414
author = 'Sunim Acharya',
@@ -17,7 +17,7 @@ def readme():
1717
keywords = ['ocr', 'image', 'opencv', 'tesseract', 'orientation'], # arbitrary keywords
1818
classifiers = [],
1919
install_requires=[
20-
'pillow', 'pyocr', 'numpy'
20+
'pillow', 'pyocr', 'numpy', 'tesseract'
2121
],
2222
include_package_data=True,
2323
zip_safe=False,

0 commit comments

Comments
 (0)