Closed stangirala closed 1 week ago
Add DocumentAI example for customer.
Add example where the parse step is an API call.
This is a complete example similar to workflow.py. We call OAI to do the structured extraction, and this step should be replaced as needed.
workflow.py
Local workflow run and as a Remote Graph.
make fmt
python-sdk/
server/
Context
Add DocumentAI example for customer.
What
Add example where the parse step is an API call.
This is a complete example similar to
workflow.py
. We call OAI to do the structured extraction, and this step should be replaced as needed.Testing
Local workflow run and as a Remote Graph.
Contribution Checklist
make fmt
inpython-sdk/
.make fmt
inserver/
.