Original Reddit post

Say I have a webapp that allows you to create forms. You can create a new form, add various fields to it (text fields, textareas, checkboxes, selects, radios etc) and have it perform conditional actions when someone fills out a form (e.g. send an email if they checked the “send me an email” checkbox). The webapp is all human interface, there are no APIs for creating forms, adding fields etc. Currently if someone has an existing paper form (printed from a PDF) with, say, 50 fields, they have to manually create 50 fields, choosing the type of field, specify the validation and so on. If I wanted to add a capability to the website that says “Hey AI assistant, create a form based on this PDF”, where would I start? My skills are all in web development (although ironically my degree was in AI, but that was from the nineties, and I feel like most of what I learned then doesn’t directly apply to modern AI). Thanks! submitted by /u/lindymad

Originally posted by u/lindymad on r/ArtificialInteligence