Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/n/a/NanScan-HEAD/Planta/MainWindow.py NanScan(Download)
def recognizeInvoice(self): from NanScan.Generics.InvoiceRecognizer import InvoiceRecognizer p = InvoiceRecognizer() result = p.recognize( self.recognizer ) QMessageBox.information( self, _('Invoice Recognition'), result )