Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 04 Mar 05:29
· 14 commits to main since this release

Installation

This workflow publishes Linux CLI artifacts:

  • Linux x86_64: docstruct-linux-x86_64.tar.gz
  • RPM package (x86_64): docstruct-*.x86_64.rpm

Desktop GUI installers (Windows/macOS/Linux GUI packages) are published by the separate GUI workflow.

Extract and run:

tar xzf docstruct-*.tar.gz
./docstruct --help

RPM:

sudo rpm -ivh docstruct-*.x86_64.rpm
docstruct --help

Dependencies

Runtime dependencies:

  • tesseract (with language packs: eng, kor, etc.)
  • poppler-utils (pdfinfo, pdftotext, pdftoppm)
  • soffice (LibreOffice, required for .ppt conversion)
  • Python 3.8+ with packages from requirements.txt

Usage

./docstruct convert input.pdf -o output_dir
./docstruct convert input.docx -o output_dir
./docstruct convert input.pptx -o output_dir
./docstruct convert input.ppt -o output_dir
./docstruct info input.pptx