From 3d3c853430301fd02a2f1faf31d95acd90c8a591 Mon Sep 17 00:00:00 2001 From: Lucas Brito Date: Mon, 5 Apr 2021 13:09:27 -0300 Subject: [PATCH] build: new version --- setup.py | 2 +- src/ocr_product.py | 2 +- src/ocr_table.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index eb6c3df..fee70d4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(file_name): setup( name='nkocr', - version='2.0.0', + version='2.0.1', 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: