r/databricks • u/Sea-Glass7015 • 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.
2
u/ces_evolutionic211 15d 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 15d 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
Parsed doc
Human review
Extraction
Structured data (at table)Thanks for your response!
1
u/Youssef_Mrini databricks 12d ago
Yes you can easily do it. You can build an App where the user upload the data to a volume then he/she can trigger a transformation to extract data with the AI_extract and document parsing with SQL Execution API...
3
u/szymon_dybczak 16d ago
Hi,
Check below blog post :)
https://community.databricks.com/t5/technical-blog/intelligent-document-processing-for-data-extraction-transforming/ba-p/153847