timpaul / form-extractor-prototype

A prototype of a tool that generates web forms from document forms
MIT License
376 stars 59 forks source link

Increase support for multiple-choice questions #11

Closed timpaul closed 5 months ago

timpaul commented 5 months ago

Current the tool only supports simple yes/no multiple choice questions.

@joelanman has been experimenting with support for multiple-choice more generally, but has found that Claude starts hallucinating.

timpaul commented 5 months ago

@joelanman's PR #7 implements multiple-choice. I'll raise another issue for improving it's performance.