libtransform

Convert PDFs to HTML and extract content using vision-enabled LLMs.

1|1|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/copilot-ld/copilot-ld --skill libtransform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: libtransform
Source: https://github.com/copilot-ld/copilot-ld/tree/main/packages/libtransform
Command: npx skills add https://github.com/copilot-ld/copilot-ld --skill libtransform

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

libtransform enables effortless PDF to HTML transformations with integrated LLM vision to extract and structure content from documents.

Core Features & Use Cases

  • PDF to HTML conversion with semantic structure suitable for search and processing
  • Knowledge extraction and document transformation for pipelines
  • Use case: convert a batch of PDFs into HTML for ingestion into a knowledge base

Quick Start

Run pdfToHtml on a PDF buffer to produce a single HTML document with embedded content.

Frequently Asked Questions about libtransform

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

FAQPage Schema
How do I convert scanned PDFs to searchable HTML using AI vision?

Converting PDFs to HTML using vision-enabled LLMs involves passing a PDF buffer to an extraction pipeline that merges fragments into a single annotated HTML document. It is designed for knowledge extraction, form extraction, and building searchable document archives.

Can I process a batch of PDFs for ingestion into a knowledge base?

Yes, you can process a batch of PDFs for ingestion into a knowledge base. The Skill converts PDF documents into HTML with semantic structure suitable for search and processing, making the extracted content ready for downstream pipelines and knowledge extraction workflows.

Does PDF to HTML transformation work with form extraction and scanned documents?

PDF to HTML transformation works directly with form extraction and scanned documents by leveraging LLM vision capabilities. The vision-enabled models process the document images to extract content, annotate the structure, and merge fragments into a unified HTML output.

What do I need to provide for AI vision-based document processing?

For AI vision-based document processing, you need to provide the PDF buffer as input. The pipeline also requires image-to-html and HTML annotation prompts to guide the vision-enabled LLMs in extracting and structuring the content into the final annotated HTML document.

What's the best way to extract knowledge from PDFs for search pipelines?

The best way to extract knowledge from PDFs for search pipelines is converting them into semantically structured HTML. This approach transforms document fragments into a single annotated HTML file, ensuring the extracted content is optimized for search ingestion and knowledge base integration.