---
title: "Solutions"
description: "Task-shaped guides to the EnConvert API, each with the code that does the job."
canonical: "https://www.enconvert.com/solutions"
locale: "en"
---

# Solutions

One page per job. Each documents the call that performs it, runnable code, and the shape of what comes back.

- [How to Ingest DOCX into LangChain](https://www.enconvert.com/solutions/ingest-docx-into-langchain.md): Use EnConvert's Ingest endpoint to extract DOCX files as clean markdown for LangChain pipelines preserving headings, tables, and lists without custom parsing
- [How to Ingest GitHub READMEs into LangChain](https://www.enconvert.com/solutions/ingest-github-readmes-into-langchain.md): Use EnConvert's Perceive endpoint to extract GitHub READMEs as clean markdown for LangChain vector stores preserving headings, code blocks, and tables
- [How to Ingest PDF into Weaviate](https://www.enconvert.com/solutions/ingest-pdf-into-weaviate.md): Use EnConvert's Ingest endpoint to extract PDF content into Weaviate as clean markdown for RAG pipelines without custom PDF parsing or table extraction
- [How to Scrape arXiv with AutoGen](https://www.enconvert.com/solutions/scrape-arxiv-with-autogen.md): Use EnConvert's Perceive endpoint to scrape arXiv papers into clean markdown for AutoGen research agents without PDF parsing or arXiv HTML scraping
- [How to Scrape Confluence with OpenAI Agents SDK](https://www.enconvert.com/solutions/scrape-confluence-with-openai-agents-sdk.md): Use EnConvert's Perceive endpoint to scrape Confluence pages into clean markdown for OpenAI Agents SDK tools without Confluence REST API authentication
- [How to Scrape GitHub with CrewAI](https://www.enconvert.com/solutions/scrape-github-with-crewai.md): Use EnConvert's Perceive endpoint to scrape GitHub repositories into clean markdown for CrewAI agents without JavaScript rendering or incomplete content
