aigra_parse_items: Parse assessment items from a PDF

View source: R/aigra-api.R

aigra_parse_itemsR Documentation

Parse assessment items from a PDF

Description

Parses a supported assessment-item PDF through the AIGRA Python backend and returns a data frame of source items.

Usage

aigra_parse_items(
  pdf_path = NULL,
  source_language = "Russian",
  subject = "Physics",
  exam = "Kazakhstan UNT"
)

Arguments

pdf_path

Path to the source PDF file containing assessment items.

source_language

Source language of the input assessment items.

subject

Subject area of the assessment items.

exam

Examination, assessment, or project name.

Value

A data frame of parsed assessment items.


AIGRA documentation built on July 10, 2026, 5:06 p.m.