v0.1-alpha.0
版本发布时间: 2024-05-30 16:37:14
timpaul/form-extractor-prototype最新发布版本:v0.2-alpha(2024-05-31 23:14:02)
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!