Display information about a document, including format, paragraph count, table count, and text length.

1. Usage

uniword info FILE

2. Options

--verbose, -v

Show detailed information including first paragraphs, table dimensions, and style counts.

3. Examples

Basic information:

$ uniword info document.docx

Analyzing document.docx...

Format: DOCX

Document Statistics:
  Paragraphs: 42
  Tables: 3
  Text length: 8742 characters

Detailed information:

uniword info document.docx --verbose

4. What it shows

  • Detected format (DOCX or MHTML)

  • Number of paragraphs

  • Number of tables

  • Total text length in characters

  • Style count (when styles are present)

  • With --verbose: first three paragraphs (truncated), table dimensions