Need help?
<- Back

Comments (22)

  • s09dfhks
    I managed to do this locally with Claude and some python libraries. Claude looked over the PDF, found the fields, and wrote a python script to insert data at the appropriate locations. Sure it took some futzing to get everything to line up properly, but as other's have said, my PDF wasn't sent to a remote server
  • kassenov
    Do you think this will work with Chrome's built-in AI [1]? [1] https://developer.chrome.com/docs/ai/built-in
  • iamflimflam1
    Might be worth making it clearer that the chat messages are going to a remote server. So any PII data is leaving the local machine.
  • nip
    Just to be clear, this is a technical demo showing what's possible with client-side tool calling + local models: LLM-assisted form filling where no document data has to leave the user's machine.Use cases range from:- Filling foreign-language forms- Navigating a contract before signing: "can I trust ALL the clauses here?"- Pre-filling repetitive forms from existing data sources (CRM, EHR, etc. via MCP/RAG)Copilot is designed to be embedded; our customers ship it white-labeled inside their own products.
  • grassfedgeek
    In the chat box I typed my SSN is "123-45-6789". It filled it in in the wrong box (4 Exemptions).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?
  • BloondAndDoom
    This looks interesting, I’m looking for a good personal PDF editor that I can use in windows and private.Seems like your product is more for organizations, any idea if such a thing exists. It seems like the market is full of bloated (Adobe/foxit) or not properly working editors.
  • nilirl
    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 fields are missed or mislabeled in the data model.Does this sometimes get it wrong during programmatic filling? How do you deal with that?
  • tyingq
    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.
  • grahammccain
    Keep going though. I’m definitely looking for something like this once we can get something secure we can use with proprietary and pii data.
  • simianwords
    It looks cool but, how is this different from me uploading to chatgpt and asking it to fill in?
  • kiney
    Does it support XFA forms?
  • CalmBirch127
    [dead]
  • ajaystream
    [flagged]
  • lyrie
    [dead]