Increase minimum line height.

This commit is contained in:
Andrey Golovizin 2014-08-26 20:27:50 +02:00
parent c50dae03a8
commit 7fab8328df
2 changed files with 2 additions and 1 deletions

View file

@ -48,6 +48,7 @@ class OCREngine(QThread):
def run(self):
for page_text in self.recognize():
print()
print(page_text)
def recognize(self):