Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Build production-grade PDF automation with the official Python SDK for
OCR, extraction, redaction, security, forms, and AI-ready document workflows.

- Homepage: [pdfrest.com](https://pdfrest.com/)
- API docs: [pdfrest.com/apidocs](https://pdfrest.com/apidocs/)
- API docs:
[docs.pdfrest.com](https://docs.pdfrest.com/api-reference-guides/directory/)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also please check for this bad link elsewhere:

❯ git grep apidocs
docs/index.md:- [API reference](https://pdfrest.com/apidocs/)
docs/llms-full.txt:- [pdfRest API Docs](https://pdfrest.com/apidocs/): Endpoint-level REST
docs/llms.txt:- [pdfRest API Docs](https://pdfrest.com/apidocs/): Endpoint-level REST API

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also maybe talk to Codex about link checkers...

- Python SDK docs: [python.pdfrest.com](https://python.pdfrest.com/)
- API Lab: [pdfrest.com/apilab](https://pdfrest.com/apilab/)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pdfrest"
version = "1.0.2"
version = "1.0.3"
description = "Python client library for interacting with the pdfRest API"
readme = {file = "README.md", content-type = "text/markdown"}
authors = [
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading