Skip to content

Releases: timpaul/form-extractor-prototype

Alpha v2

31 May 15:14
482a509
Compare
Choose a tag to compare
Alpha v2 Pre-release
Pre-release

What's changed

  • you now upload files instead of submitting URLs to them
  • you can process multi-page PDFs as well as images
  • you can browse and delete previous forms that you've processed
  • you can open the generated form in a new tab

Full Changelog: v0.1-alpha.0...v0.2-alpha

Alpha v1

30 May 08:37
Compare
Choose a tag to compare
Alpha v1 Pre-release
Pre-release

Features:

  • User submits URL of a JPEG image of a form
  • Image is sent to an LLM, along with a prompt and JSON schema
  • Uses Anthropic LLM by default, or OpenAPI if no Anthropic API key is found
  • LLM returns JSON representing any form elements in the image
  • JSON is used to generate a multi-page web form in an iframe

Thanks to joelanman, Jarek-Rolski, eltociear and simonw for contributions!