Exemplo n.º 1
0
 def get_text(self, row):
     guid = row['GUID']
     text_processor = TextProcessor(guid, self.file_dictionary)
     return text_processor.get_text()