diff --git a/setup.py b/setup.py index 5d20557..70aa0a5 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(file_name): setup( name='nkocr', - version='2.0.1', + version='2.0.2', description='This is a module to make specifics OCRs \ at food products and nutricional tables.', url='https://github.com/Lucs1590/Nkocr', diff --git a/src/ocr_product.py b/src/ocr_product.py index 36a666b..aa27a3a 100644 --- a/src/ocr_product.py +++ b/src/ocr_product.py @@ -4,7 +4,7 @@ from PIL import Image -import src.auxiliary as aux +import auxiliary as aux class OcrProduct: diff --git a/src/ocr_table.py b/src/ocr_table.py index 681ad79..54aab1e 100644 --- a/src/ocr_table.py +++ b/src/ocr_table.py @@ -6,7 +6,7 @@ from PIL import Image -import src.auxiliary as aux +import auxiliary as aux class OcrTable: