pdf_get_info
Extract PDF metadata and document information to analyze file properties, page count, and structural details for content management and verification.
Instructions
Get metadata and information about a PDF.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pdf_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pdf_path": {
"title": "Pdf Path",
"type": "string"
}
},
"required": [
"pdf_path"
],
"type": "object"
}