get_status
Check the status of a GuruPDF conversion job using its UUID and automatically download the result to disk once finished.
Instructions
Check a GuruPDF conversion job by its id (uuid). If it's finished, downloads the result to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | The job id returned by convert_file. | |
| output_dir | No | Folder to save the result in. Defaults to the current directory. |