Skip to content
Merged
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/)
- 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 docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ outputs.
Useful references:

- [pdfRest homepage](https://pdfrest.com/)
- [API reference](https://pdfrest.com/apidocs/)
- [API reference](https://docs.pdfrest.com/api-reference-guides/directory/)
- [API Lab (interactive testing)](https://pdfrest.com/apilab/)
- [Getting started guide](getting-started.md)
- [Client configuration guide](client-configuration.md)
Expand Down
4 changes: 2 additions & 2 deletions docs/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ OCR, extraction, redaction, security, forms, and document optimization.
## Product and Platform Context

- [pdfRest Homepage](https://pdfrest.com/): Product overview and capabilities.
- [pdfRest API Docs](https://pdfrest.com/apidocs/): Endpoint-level REST
documentation for the platform itself.
- [pdfRest API Docs](https://docs.pdfrest.com/api-reference-guides/directory/):
Endpoint-level REST documentation for the platform itself.
- [API Lab](https://pdfrest.com/apilab/): Interactive API testing and starter
code generation.
- [Product Documentation](https://docs.pdfrest.com/): Broader deployment and
Expand Down
3 changes: 2 additions & 1 deletion docs/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ pdfRest Cloud or self-hosted deployments by changing the client `base_url`.

- [pdfRest Homepage](https://pdfrest.com/): Product overview, capabilities, and
platform positioning.
- [pdfRest API Docs](https://pdfrest.com/apidocs/): Endpoint-level REST API
- [pdfRest API Docs](https://docs.pdfrest.com/api-reference-guides/directory/):
Endpoint-level REST API
documentation for the pdfRest platform.
- [API Lab](https://pdfrest.com/apilab/): Interactive environment for testing
pdfRest API endpoints and generating starter code.
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