Does it support XFA forms?
It supports AcroForms (like in the example) but not XFA.
Why are you asking? gov forms support?
11–20 of 38 posts
Does it support XFA forms?
It supports AcroForms (like in the example) but not XFA.
Why are you asking? gov forms support?
It looks cool but, how is this different from me uploading to chatgpt and asking it to fill in?
I wanted to abstract away the PDF form building my own html form on top of a data model that can later be used to programmatically fill the PDF .
Since I had 100s of PDFs, I wanted an OCR+LLM pipeline to build a data model for each PDF. Unfortunately, OCR + LLM works ~90% of the time but sometimes fields are missed or mislabeled in the data model.
Does this sometimes get it wrong during programmatic filling? How do you deal with that?
One thing I've struggled with before is building a collection of data models based off of a collection of PDF forms. I wanted to abstract away the PDF form building my own html form on top of a data model that can later be used to programmatically fill the PDF . Since I had 100s of PDFs, I wanted an OCR+LLM pipeline to build a data model for each PDF. Unfortunately, OCR + LLM works ~90% of the time but sometimes fiel…
What's the business name/disregarded entity name, if different from above (line 2)?
As far as I can tell, no way to skip this, leave it empty, not even "use a space". And that field would be empty for many or most.It is cool, but the demo is flawed, right at the second field: What's the business name/disregarded entity name, if different from above (line 2)? As far as I can tell, no way to skip this, leave it empty, not even "use a space". And that field would be empty for many or most.
I tried with various: "Skip it", "None, leave blank", "Skip this field" and all worked for me, but if may very well be missing something very obvious?
It is cool, but the demo is flawed, right at the second field: What's the business name/disregarded entity name, if different from above (line 2)? As far as I can tell, no way to skip this, leave it empty, not even "use a space". And that field would be empty for many or most.
Have you tried telling the LLM to just skip the field and move to the next one? I tried with various: "Skip it", "None, leave blank", "Skip this field" and all worked for me, but if may very well be missing something very obvious?
Earlier quoted context omitted.
Have you tried telling the LLM to just skip the field and move to the next one? I tried with various: "Skip it", "None, leave blank", "Skip this field" and all worked for me, but if may very well be missing something very obvious?
That would have occured to me if it were free-form chat, but it's guided and telling me to input the value, not a chat response. Unable to try, third round hits the demo limit.
In the video I let the chat fill my name, then have it skip the second field (business), then fill LLC, it makes a mistake and I correct it
What problem is this solving? Isn't it easy enough to just click in the correct box and type the values?
How does this compare to Claude Cowork?