{"library":"docx-parser","type":"library","category":null,"description":"The `docx-parser` package, at version 0.2.1, is an abandoned JavaScript library last published in October 2016. Its primary function is to extract plain text content from Microsoft Word `.docx` files using a simple, callback-based CommonJS API. It focuses solely on basic text extraction without support for rich text formatting, images, tables, or intricate document structures. Due to its age, it lacks modern features like Promise-based APIs, ESM support, or TypeScript typings, and is not actively maintained. Developers seeking robust DOCX parsing with comprehensive features, active development, and modern JavaScript/TypeScript compatibility should consider contemporary alternatives such as `@thasmorato/docx-parser` or `officeparser`, which offer streaming capabilities, memory efficiency, detailed Abstract Syntax Tree (AST) output, and broader support for office file formats.","language":"javascript","status":"abandoned","version":"0.2.1","tags":["javascript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install docx-parser","imports":["const docxParser = require('docx-parser');","const docxParser = require('docx-parser');\ndocxParser.parseDocx('path/to/file.docx', (data) => { /* ... */ });"]},{"cmd":"yarn add docx-parser","imports":[]},{"cmd":"pnpm add docx-parser","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/docx-parser","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/docx-parser/compatibility"}}