word-extractor
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,3 +1,9 @@ | ||
### 0.1.1 / 17th January 2016 | ||
* Fixed a bug with text boundary calculations | ||
* Added endpoints getHeaders, getFootnotes, getAnnotations | ||
### 0.1.0 / 14th January 2016 | ||
* Initial release to npm |
{ | ||
"name": "word-extractor", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Node.js package to read Word .DOC files", | ||
@@ -5,0 +5,0 @@ "main": "lib/word.js", |
@@ -5,2 +5,3 @@ ### word-extractor | ||
#### Why use this module? | ||
@@ -12,2 +13,3 @@ | ||
#### How do I use this module? | ||
@@ -22,2 +24,3 @@ | ||
#### Methods | ||
@@ -33,4 +36,15 @@ | ||
More methods will be available in future releases. | ||
`Document#getFootnotes()` | ||
Retrieves the footnote text from a Word document. This will handle UNICODE characters correctly, so if there are accented or non-Latin-1 characters present in the document, they'll show as is in the returned string. | ||
`Document#getHeaders()` | ||
Retrieves the header and footer text from a Word document. This will handle UNICODE characters correctly, so if there are accented or non-Latin-1 characters present in the document, they'll show as is in the returned string. | ||
`Document#getAnnotations()` | ||
Retrieves the comment bubble text from a Word document. This will handle UNICODE characters correctly, so if there are accented or non-Latin-1 characters present in the document, they'll show as is in the returned string. | ||
#### License | ||
@@ -37,0 +51,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 10 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 9 instances in 1 package
712363
32
51
10