any-text icon indicating copy to clipboard operation
any-text copied to clipboard

Get text content from any file

Results 15 any-text issues
Sort by recently updated
recently updated
newest added

I tried importing any-text like **import * as reader from 'any-text';** but getting error. It says _Error: ENOENT: no such file or directory, open 'https::location/xxx.pdf_ Doesn't it allows any ES6...

If the file is called `war-and-peace.pdf` the library works. However, it fails for `war-and-peace.PDF` with `unknown extension found!`. Could you please add `.toLowerCase` on [this line](https://github.com/abhinaba-ghosh/any-text/blob/master/index.js#L59)?

I am reading a PDF file and getting the following warning: ``` console.log Warning: Empty "FlateDecode" stream. at console (node_modules/pdf-parse/lib/pdf.js/v1.10.100/build/webpack:/src/shared/util.js:276:5) ``` PDF js has a `verbosity` parameter, via which we...

I recently tried this library on a few sample docx and doc files. It works pretty well, except for endnotes, which are not returned as text when I call `reader.getText(file);`....

Browser console returns: caught ReferenceError: require is not defined Added in html page the following: ` var reader = require('any-text'); ` Tried with browserify but it returns other errors.