document-processing

Extract text and tables from PDFs and convert office documents using Python.

7|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/eyadsibai/ltk --skill document-processing-eyadsibai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: document-processing
Source: https://github.com/eyadsibai/ltk/tree/main/plugins/ltk-product/skills/document-processing
Command: npx skills add https://github.com/eyadsibai/ltk --skill document-processing-eyadsibai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of working with common office document formats like PDF, Excel, Word, and PowerPoint, reducing manual effort and potential errors.

Core Features & Use Cases

  • Multi-format Support: Handles PDF, XLSX, DOCX, and PPTX files.
  • Data Extraction & Conversion: Extracts text and tables from PDFs, converts between formats.
  • Document Creation & Editing: Assists in creating and modifying Word and PowerPoint documents.
  • Use Case: Automatically extract all tables from a batch of PDF reports and consolidate them into a single Excel spreadsheet for analysis.

Quick Start

Use the document processing skill to extract tables from the attached report.pdf file.

Frequently Asked Questions about document-processing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract tables from a PDF and save them as an Excel spreadsheet?

To extract tables from a PDF and save them as an Excel spreadsheet, use this Skill to process the PDF file and output the structured data directly into an XLSX format. It supports batch processing to consolidate multiple PDF reports into a single Excel file for analysis.

Can I convert documents between PDF, Word, and PowerPoint formats?

Yes, you can convert documents between PDF, Word, and PowerPoint formats. The Skill facilitates manipulation and processing of various office document formats, supporting conversion tasks between PDF, XLSX, DOCX, and PPTX files.

What is the best way to automate creating and editing Word and PowerPoint files?

The best way to automate creating and editing Word and PowerPoint files is by using this Skill, which assists in document creation and modification. It leverages Python and CLI tools to manipulate DOCX and PPTX files efficiently within data management workflows.

Do I need Python or CLI tools to process office documents like PDF and Excel?

Yes, you need Python and CLI tools to process office documents like PDF and Excel. The Skill relies on these underlying technologies to execute text and table extraction, format conversion, and document creation tasks.

Does this approach work for batch processing multiple PDF reports?

Yes, this approach works for batch processing multiple PDF reports. You can automatically extract all tables from a batch of PDF reports and consolidate them into a single Excel spreadsheet, streamlining administrative and data management workflows.

Why does document processing fail to extract text from certain PDF files?

Document processing may fail to extract text from certain PDF files if the content is embedded as images rather than selectable text. The Skill focuses on extracting text and tables, so scanned PDFs without a text layer may present limitations for accurate data extraction.