mirror of
https://github.com/Fdawgs/node-poppler.git
synced 2026-07-02 00:17:43 +08:00
docs: correctly capitalise node.js
This commit is contained in:
@@ -6,13 +6,13 @@
|
||||
[](https://coveralls.io/github/Fdawgs/node-poppler?branch=main)
|
||||
[](https://github.com/prettier/prettier)
|
||||
|
||||
> Asynchronous node.js wrapper for the Poppler PDF rendering library
|
||||
> Asynchronous Node.js wrapper for the Poppler PDF rendering library
|
||||
|
||||
## Overview
|
||||
|
||||
[Poppler](https://poppler.freedesktop.org/) is a PDF rendering library that also includes a collection of utility binaries, which allows for the manipulation and extraction of data from PDF documents such as converting PDF files to HTML, TXT, or PostScript.
|
||||
|
||||
The `node-poppler` module provides an asynchronous node.js wrapper around said utility binaries for easier use.
|
||||
The `node-poppler` module provides an asynchronous Node.js wrapper around said utility binaries for easier use.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "node-poppler",
|
||||
"version": "7.2.4",
|
||||
"description": "Asynchronous node.js wrapper for the Poppler PDF rendering library",
|
||||
"description": "Asynchronous Node.js wrapper for the Poppler PDF rendering library",
|
||||
"keywords": [
|
||||
"async",
|
||||
"attach",
|
||||
|
||||
Reference in New Issue
Block a user