-
Notifications
You must be signed in to change notification settings - Fork 0
/
OCR.py
181 lines (147 loc) · 6.76 KB
/
OCR.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
from tkinter.messagebox import showinfo
from click import style
import cv2
import pytesseract
from gtts import gTTS
from playsound import playsound
import os
import tkinter as tk
from tkinter import filedialog as fd
from tkinter import ttk
from tkinter import *
from os.path import exists as file_exists
import sv_ttk
import pyscreenshot
import requests
pytesseract.pytesseract.tesseract_cmd = 'C:\\Program Files\\Tesseract-OCR\\Tesseract.exe'
options = {"English":"en","Turkish":"tr","German":"de","French":"fr","Italian":"it","Spanish ":"es","Russian":"ru","Portuguese(Brazil)":"br","Danish":"da","Dutch":"nl","Polish":"pl","Ukrainian":"uk","Afrikaans":"af","Arabic":"ar","Bengali":"bn","Bulgarian":"bg","Catalan":"ca","Chinese":"yue","Czech":"cs","Filipino":"fil","Finnish":"fi","Greek":"el","Gujarati":"gu","Hindi":"hi","Hungarian":"hu","Icelandic":"is","Indonesian":"id","Japanese":"ja","Kannada":"kn","Korean":"ko","Latvian":"lv","Malay":"ms","Malayalam":"ml","Mandarin Chinese":"cmn","Norwegian":"nb","Portuguese(Portugal)":"pt","Punjabi":"pa","Romanian":"ro","Serbian":"sr","Slovak":"sk","Swedish":"sv","Tamil":"ta","Telugu":"te","Thai":"th","Vietnamese":"vi"}
root= tk.Tk()
root.geometry("720x350")
root.title("OCR & Text To Speech - © 2022 Batuhan Tomo")
root.resizable(False, False)
sv_ttk.set_theme("dark")
root.update()
root.minsize(root.winfo_width(), root.winfo_height())
x_cordinate = int((root.winfo_screenwidth() / 2) - (root.winfo_width() / 2))
y_cordinate = int((root.winfo_screenheight() / 2) - (root.winfo_height() / 2))
root.geometry("+{}+{}".format(x_cordinate, y_cordinate-20))
canvas = tk.Canvas(root, width = 500, height = 400)
canvas.pack()
is_on = True
def switch():
global is_on
if is_on:
sv_ttk.set_theme("light")
is_on = False
else:
sv_ttk.set_theme("dark")
is_on = True
def show():
global lang
lang = entry2.get()
return lang
material = tk.StringVar()
combo = ttk.Combobox(root, state = "readonly", values= list(options.keys()), textvariable=material)
combo.current()
combo.bind("<<ComboboxSelected>>", lambda event:[show(),entry2.delete(0,"end"),(entry2.insert(0,options[material.get()]))])
canvas.create_window(250, 245, window=combo)
label = tk.Label(text="Lütfen Seslendirilmesini İstediğiniz Dosyanın Bilgisayarınızdaki Yolunu Giriniz. \n Elle Girmek İstemezseniz 'Dosya Seç' Tuşuna Basarak Dosyayı Seçebilirsiniz. \n Web Sitesinden Görsel Seslendirilmesi İçin Görselin Linkini Girip 'Webden Görüntü Al' Tuşuna Basabilirsiniz. \n 'Ekran Görüntüsü Al' Tuşuna Basarak Mevcut Ekranın Görüntüsünü Alıp Seslendirilmesini Sağlayabilirsiniz.",font='Helvetica 10 bold')
canvas.create_window(250, 60, window=label)
label2 = tk.Label(text="Lütfen Seslendirme Dilini Seçiniz.", font='Helvetica 10 bold')
canvas.create_window(250, 210, window=label2)
switch1 = ttk.Checkbutton(root, text="Temayı Değiştir", style="Switch.TCheckbutton", command = switch)
canvas.create_window(-25,325,window=switch1)
def setTextInput(text):
entry1.delete(0,"end")
entry1.insert(0, text)
def screenshot():
asd = pyscreenshot.grab()
asd.save("screenshot.png")
entry1.delete(0,"end")
entry1.insert(0, "screenshot.png")
def web():
weblink = entry1.get()
if weblink == "":
showinfo(title="UYARI!", message="Linki Girmediniz.")
return
try:
img_data = requests.get(weblink).content
except:
showinfo(title="UYARI!", message="Link Hatalı veya Görüntü Alınamıyor.")
return
with open('image.png', 'wb') as handler:
handler.write(img_data)
entry1.delete(0,"end")
entry1.insert(0, "image.png")
entry1 = tk.Entry()
canvas.create_window(220, 120, width= 420, window=entry1)
entry2 = tk.Entry()
def fileSelect():
filetypes = (('PNG files', '*.png*'), ('JPG files', '*.jpg'))
global fz
fz = fd.askopenfilename(title='Open files', initialdir='/', filetypes=filetypes)
open_button = ttk.Button(root,text='Dosya Seç', style='Accent.TButton', command=lambda:[fileSelect(),setTextInput(fz)])
canvas.create_window(480, 120, window=open_button)
def Process():
picture = entry1.get()
if picture == "":
showinfo(title="UYARI!", message="Dosyayı Seçmediniz.")
return
elif not picture.endswith(".png" or ".jpg"):
showinfo(title="UYARI!", message="Dosya Yolu ya da Dosya Formatı Hatalı. Dosya '.jpg' ya da '.png' uzantılı olmalıdır.")
return
elif file_exists(picture) == False:
showinfo(title="UYARI!", message="Girdiğiniz Dizinde Böyle Bir Dosya Bulunmamaktadır.")
return
img = cv2.imread(picture)
try:
imS = cv2.resize(img, (600, 400))
except:
showinfo(title="UYARI!", message="Dosya Bozuk veya Hatalı.")
return
cv2.namedWindow("Image")
cv2.moveWindow("Image", 40,30)
cv2.imshow("Image", imS)
cv2.waitKey(0)
data = pytesseract.image_to_data(img)
filewrite = open("text.txt","w")
for z, a in enumerate(data.splitlines()):
if z != 0:
a = a.split()
if len(a) == 12:
x, y = int(a[6]), int(a[7])
w, h = int(a[8]), int(a[9])
cv2.rectangle(img, (x, y), (x + w, y + h), (255,0,0), 1)
cv2.putText(img, a[11], (x, y + 25), cv2.FONT_HERSHEY_PLAIN, 1, (0, 0, 255), 2)
filewrite.write(a[11] + " ")
filewrite.close()
fileread = open("text.txt", "r")
lang = show()
if lang == "":
showinfo(title="UYARI!", message="Seslendirme Dilini Seçmediniz.")
fileread.close()
os.remove("text.txt")
return
line = fileread.read()
if line != "":
speech = gTTS(text=line, lang=lang, slow=False)
speech.save("record.mp3")
fileread.close()
os.remove("text.txt")
playsound("record.mp3")
os.remove("record.mp3")
elif line == "":
showinfo(title="UYARI!", message="Görselde Okunacak Metin Bulunamamıştır veya Görseldeki Yazı Tipi Algılanamamıştır.")
fileread.close()
os.remove("text.txt")
return
# Kelimelerin nasıl işlendiğin son halini görmek isterseniz buradaki yorum satırlarını kaldırabilirsiniz.
# cv2.imshow("image 1", img)
# cv2.waitKey(0)
button1 = ttk.Button(text='Seslendir', style='Accent.TButton',command=lambda:[Process()])
canvas.create_window(250, 295, height= 35 ,width=90 , window=button1)
button2 = ttk.Button(text='Ekran Görüntüsü Al', style='Accent.TButton',command=lambda:[screenshot()])
canvas.create_window(330, 165, height= 35 ,width=160 , window=button2)
button3 = ttk.Button(text='Webden Görüntü Al', style='Accent.TButton',command=lambda:[web()])
canvas.create_window(160, 165, height= 35 ,width=160 , window=button3)
root.mainloop()