Skip to content

Commit

Permalink
main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
F3rkZzz authored Jun 19, 2023
1 parent 0080dba commit 4b3bdc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def __init__(self): # Функция инициализации
def clear_legacy(self): # Функция очистки поля с историей распознаваний
self.ui.image_place.setPixmap(QtGui.QPixmap("")) # Очистка места для изображения
self.ui.history_legacy.setPlainText("") # Очистка истории распознавания
self.data_for_export = [] # Очистка массива

def recognize_num(self): # Функция распознавания номерного знака
file_name, _ = QtWidgets.QFileDialog.getOpenFileName(self, "Открыть файл", os.path.join(os.path.expanduser('~'), 'Desktop'), "Форматы изображений (*.jpg *.png *.bmp *.tiff)") # Выбор изображения для дальнейшего распознавания
Expand Down

0 comments on commit 4b3bdc9

Please sign in to comment.