Skip to content

Commit 5f5f684

Browse files
committed
fix(docs): correct PdfReader install instruction in README
The [agent] extra does not include pypdf. Only [pdf] does. Fixes review comment from cubic.
1 parent 2a4e0c9 commit 5f5f684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The MCP server exposes a single `execute_code` tool that runs Python code in a p
7777

7878
**Pre-imported libraries**: `json`, `csv`, `re`, `datetime`, `asyncio`, `Path`, `requests`
7979

80-
**Available if installed**: `numpy`/`np`, `pandas`/`pd`, `matplotlib`, `BeautifulSoup`, `PdfReader` (requires `pip install openbrowser-ai[pdf]` or `openbrowser-ai[agent]`)
80+
**Available if installed**: `numpy`/`np`, `pandas`/`pd`, `matplotlib`, `BeautifulSoup`, `PdfReader` (requires `pip install openbrowser-ai[pdf]`)
8181

8282
## Benchmark: Token Efficiency
8383

0 commit comments

Comments
 (0)