wcooper90

Results 3 comments of wcooper90

Hi Chris, We've tried: text = pytesseract.image_to_string(img).encode('latin-1', 'ignore') As well as executing from the command line and then reading it from a file: os.system("tesseract -l eng /var/app/current/inputs/" + str(i) +...

Sorry! Here is the function we are using punctuator in: def punctuate_transcript(text): # try different sample models in punctuator -- period accuracy is most important (especially for summary)! p =...

With or without the virtualenv, it does not throw an import error. Do you think we can use the os package to run Punctuator in Python from the command line...