needed some guidance/help. My use case is that I am given a question paper and for each question paper there's a corresponding marking scheme. I need to read the questions from the question paper pdf. The LLM shouldn't create it's own questions. Same for marking scheme. I feel it's a good use case for OpenAIPydantic program. What do you think?
Yea that sounds about right. There's two part here -- getting the text off the PDF correctly, and then grading it with an LLM (likely a pydantic program)