Fadia Jabeen

Results 2 comments of Fadia Jabeen

To reslove "Error: Incorrect parameters passed to textract." edit processing.js line 51 like this textract.fromFileWithPath(path.resolve(file), {preserveLineBreaks: true}, function(err, data) { because when I printed the file, each path had some...

I placed pdftotext.exe in root folder i.e. from where app.js file is being run, and now its working.