form-extractor-prototype
form-extractor-prototype copied to clipboard
programatically -> programmatically
- switch to REST http, so you can view previous forms - experimental multiple choice - seems to exacerbate hallucination
Add a LICENSE file
Let people provide input to the tool without needing to upload the image somewhere else to get a URL for it first. You can support drag and drop of images...
A pattern I like for this is storing the user's API key in localstorage in their browser and sending it each time it's needed - but avoiding storing it on...
This video is such a great way to demonstrate the tool: https://twitter.com/timpaul/status/1781184488485056777 Would be great to have this in the README on GitHub too.
Hi, I added my Anthropic API key in a .env file `ANTHROPIC_API_KEY=my_api_key` but doesn't work. I get this console error message ``` Error in Claude API call: Error: Could not...
This happens with images that it's previously had no problem parsing. When you inspect the returned message, instead of the JSON specified by the tool, you get something like this...
I've been testing mostly on [the images in this folder](https://github.com/timpaul/form-extractor-prototype/tree/main/public/example-forms), and that's fine for now. But at some point we would want to be more rigorous and test with a...