Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level (default: 'info') | info |
PDF_MAX_FILE_SIZE | No | Maximum file size in bytes (default: 104857600 = 100MB) | 104857600 |
PDF_MAX_MEMORY_USAGE | No | Maximum memory usage in bytes (default: 524288000 = 500MB) | 524288000 |
PDF_PROCESSING_TIMEOUT | No | Processing timeout in milliseconds (default: 60000) | 60000 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
extract_pdf_text | Extract text content from PDF documents with optional metadata and formatting preservation |
extract_pdf_metadata | Extract metadata and document information from PDF files |
extract_pdf_pages | Extract content from specific pages or page ranges of PDF documents |
validate_pdf | Validate PDF file integrity and readability |