# RFP Contract PDF to Markdown Fidelity Benchmark

**Use case:** 

Run a four-page synthetic RFP and contract through PDF-to-Markdown, then compare headings, tables, clauses, and page markers with the expected output.

## Input

```json
{
  "sources": [
    "https://www.brainiall.com/transcreve/samples/c47-rfp-contract-fidelity.pdf"
  ],
  "maxPages": 4,
  "integrationSource": "c47-rfp-fidelity"
}
```

## Output

```json
{
  "url": {
    "label": "Source",
    "format": "link"
  },
  "integrationSource": {
    "label": "Attribution route"
  },
  "pages": {
    "label": "Pages"
  },
  "char_count": {
    "label": "Characters"
  },
  "markdown": {
    "label": "Markdown"
  },
  "error": {
    "label": "Error"
  }
}
```

## About this Actor

This example demonstrates how to use [PDF to Markdown for RAG & LLMs — Tables](https://apify.com/vivid_astronaut/pdf-to-markdown-for-rag) with a specific input configuration. Visit the [Actor detail page](https://apify.com/vivid_astronaut/pdf-to-markdown-for-rag) to learn more, explore other use cases, and run it yourself.