kb47 / pdf-poppler

Convert PDF files into images using Poppler with promises. It achieves 10x faster performance compared to other PDF converters.
MIT License
47 stars 20 forks source link

Function name changed in readme #16

Open syamniravilpuzha opened 3 years ago

syamniravilpuzha commented 3 years ago

In the readme file which is available in npmjs home page, the out_prefix property in opts object has a wrong value.

out_prefix: path.baseName(file, path.extname(file))

path.baseName >> pls change to >> path.basename

Beginners to javascript/node js will get struggled due to this small issue.

gybin02 commented 2 years ago

thanks