the file is in memory, i have to save it in disk and then fetch it back again?
2012/10/26 Vigneshwaran <[email protected]> > 2012/10/26 goog cheng <[email protected]>: > > subprocess.check_output("java -jar tika-app-1.2.jar -t "+ file, > shell=True) > > > > :D > > Why don't you try passing the absolute path name of the file? > > subprocess.check_output("java -jar tika-app-1.2.jar -t "+ filename, > shell=True) >
