Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENOENT error even on test #7

Open
talhaanees opened this issue Jun 1, 2017 · 0 comments
Open

ENOENT error even on test #7

talhaanees opened this issue Jun 1, 2017 · 0 comments

Comments

@talhaanees
Copy link

mocha --reporter spec

Extract test

  1. should extract text from pdf
    √ should extract text from pdf

Index test
2) should extract info from pdf
√ should extract text from pdf

Info test
3) should extract info from pdf

2 passing (98ms)
3 failing

  1. Extract test should extract text from pdf:
    Uncaught Error: spawn pdftotext ENOENT
    at exports._errnoException (util.js:1018:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
    at onErrorNT (internal/child_process.js:367:16)
    at _combinedTickCallback (internal/process/next_tick.js:80:11)
    at process._tickCallback (internal/process/next_tick.js:104:9)

  2. Index test should extract info from pdf:
    Uncaught Error: spawn pdfinfo ENOENT
    at exports._errnoException (util.js:1018:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
    at onErrorNT (internal/child_process.js:367:16)
    at _combinedTickCallback (internal/process/next_tick.js:80:11)
    at process._tickCallback (internal/process/next_tick.js:104:9)

  3. Info test should extract info from pdf:
    Uncaught Error: spawn pdfinfo ENOENT
    at exports._errnoException (util.js:1018:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
    at onErrorNT (internal/child_process.js:367:16)
    at _combinedTickCallback (internal/process/next_tick.js:80:11)
    at process._tickCallback (internal/process/next_tick.js:104:9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant