catalog-extractor

Convert Technion PDF academic catalogs into structured JSON data.

20|Updated Sep 15, 2021
One-click install
npx skills add https://github.com/sogrim/technion-sogrim --skill catalog-extractor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: catalog-extractor
Source: https://github.com/sogrim/technion-sogrim/tree/main/.claude/skills/catalog-extractor
Command: npx skills add https://github.com/sogrim/technion-sogrim --skill catalog-extractor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of extracting academic degree catalogs from Technion PDFs and converting them into structured JSON, saving significant time and reducing manual errors in data migration.

Core Features & Use Cases

  • PDF Parsing: Automatically parse structured academic information from Technion PDF catalogs.
  • Data Structuring: Converts PDF content into JSON format for easy use with Sogrim and other systems.
  • Use Case: Convert the entire Technion Computer Science catalog into structured JSON data with just a few commands.

Quick Start

Use the catalog-extractor skill to extract a Technion catalog from the attached 'ComputerScience3years2024-2025.pdf' into structured JSON format.

Frequently Asked Questions about catalog-extractor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a Technion academic degree catalog PDF to JSON?

PDF parsing of academic catalogs extracts structured data like degree requirements, course lists, and credit hours from Technion documents. It uses custom Python algorithms to identify specific PDF formats and map academic information to a structured JSON schema.

Can I automate degree audit data migration from PDF catalogs?

You can automate degree audit data migration by parsing Technion PDF catalogs into structured JSON format. This process replaces manual data entry, reduces errors, and outputs structured academic information ready for integration into Sogrim and other auditing systems.

Do I need Python knowledge to parse academic catalogs into JSON?

You need Python programming knowledge and familiarity with the specific Technion PDF format to use this Skill effectively. Understanding JSON schema mapping for academic information is also required to execute custom parsing algorithms correctly.

What is the best way to extract course data from a Technion PDF catalog?

The best way to extract course data from a Technion PDF catalog is using automated Python parsing algorithms that identify structured academic information and convert it into JSON format. This ensures accurate data mapping for Sogrim integration and auditing systems.

Does this PDF parsing approach work with any academic catalog format?

This PDF parsing approach is designed specifically for Technion academic catalogs and requires knowledge of the specific PDF format. It may not directly support academic catalogs from other institutions without modifying the custom Python parsing algorithms and JSON schema.