timpaul / form-extractor-prototype

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

Tool mistook number fields for checkboxes #17

Open timpaul opened 5 months ago

timpaul commented 5 months ago

On this image, the tool interpreted the number fields in question 35 for a series of checkboxes:

image

This is a great example of where the context required to correctly interpret the question is pretty subtle.

You need to know that:

timpaul commented 5 months ago

I added the following description to the tool:

This kind of worked!

image

It now correctly identifies that this is a number type question. However, it can't display multiple number fields for a question, because there's no nunjucks template for that.