load_cv
Remove the embedded base64 photo from a CV YAML to reduce data size, allowing efficient tailoring. The photo is reattached automatically when generating the PDF.
Instructions
Return the CV YAML with its embedded photo removed.
Read the CV through this tool instead of opening the file directly: the photo is a base64 data URI that is huge and useless for tailoring. Work from the returned text; the photo is reattached automatically by generate_pdf.
Args: cv_path: path to the CV YAML.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cv_path | No | ./cv.yaml |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |