What problem does it solve?
This Skill automates the validation of Sogrim catalog JSON files against Technion PDFs, streamlining the process of ensuring correctness in structural and content validation.
Core Features & Use Cases
- Schema Validation: Ensures JSON files meet structural requirements and conventions.
- PDF Cross-Validation: Verifies content of JSON files against the corresponding Technion PDF for accuracy.
- Use Case: Quickly validate a new Sogrim catalog JSON to ensure it's correctly formatted and the content aligns with the source PDF, saving time and minimizing errors.
Quick Start
Validate the JSON file for the catalog 'CyberSecurity2024' by running the script with the PDF URL: uv run --project packages/catalog-validation validate_all.py packages/docs/CyberSecurity2024.json "https://undergraduate.cs.technion.ac.il/wp-content/uploads/2024/12/23-%D7%94%D7%A4%D7%A7%D7%95%D7%9C%D7%98%D7%94-%D7%9C%D7%9E%D7%93%D7%A2%D7%99-%D7%94%D7%9E%D7%97%D7%A9%D7%91-%D7%AA%D7%A9%D7%A4%D7%B4%D7%94-.pdf" --verbose