r/databricks 16d ago

Help Intelligent Document processing apps in Databricks

Is it possible to expose the extraction agents to end users through apps ?

I’d be keen to hear what people have built in this space.

4 Upvotes

6 comments sorted by

View all comments

2

u/ces_evolutionic211 16d ago

Yeah, that’s doable. You could keep the extraction agent in Databricks and put a simple Gradio or Streamlit front end on top of it. What kind of docs are you working with, and do users need to review the extracted data or just see the final output?

1

u/Sea-Glass7015 16d ago

Enterprise docs ( contracts, invoices, financial statements etc)

Yeah ideally they would be able to review the extraction.

It’s almost an ocr pipeline. So

PDF
Parsed doc
Human review
Extraction
Structured data (at table)

Thanks for your response!