← Back to Plugins
General

parsebridge-pdf

Daniel Keller By Daniel Keller 👁 16 views ▲ 0 votes

Convert PDF URLs to clean Markdown inside OpenClaw.

Homepage GitHub

Install

openclaw plugins install @parsebridge/openclaw-plugin

Configuration Example

{
    "plugins": {
    "entries": {
      "parsebridge": {
        "enabled": true,
        "config": {
          "apiKey": "YOUR_PARSEBRIDGE_API_KEY"
        }
      }
    }
  }
}

README

# Parsebridge for OpenClaw

Convert PDF URLs to clean Markdown from OpenClaw.

## Install

```sh
openclaw plugins install clawhub:parsebridge
```

Sign up at https://dash.parsebridge.com/login, then configure the plugin with a Parsebridge API key from your dashboard:

```json
{
  "plugins": {
    "entries": {
      "parsebridge": {
        "enabled": true,
        "config": {
          "apiKey": "YOUR_PARSEBRIDGE_API_KEY"
        }
      }
    }
  }
}
```

## Try It

Ask OpenClaw:

```txt
Use Parsebridge to convert https://example.com/document.pdf to Markdown.
```

The plugin registers one tool:

- `parsebridge_parse` converts a public PDF URL to Markdown.
pdf markdown document-parsing documents parsebridge extraction api productivity agents tools

Comments

Sign in to leave a comment

Loading comments...