We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With v1.4.1, I cannot use options with this signature
v1.4.1
fn(filePath, options, cb).
fn(filePath, options, cb)
This code: https://github.com/nisaacson/pdf-text-extract/blob/v1.4.1/index.js#L16-L20
Will turn options into {} if I do that.
options
{}
The text was updated successfully, but these errors were encountered:
+1, wanted to do a PR to fix this, but 1.4.1 is not here on github
Sorry, something went wrong.
@chriswhong 1.4.1 is now in master, see issue #19
Is there any workaround for this while using 1.4.1?
No branches or pull requests
With
v1.4.1
, I cannot use options with this signaturefn(filePath, options, cb)
.This code: https://github.com/nisaacson/pdf-text-extract/blob/v1.4.1/index.js#L16-L20
Will turn
options
into{}
if I do that.The text was updated successfully, but these errors were encountered: