Exporting a Prompt Studio project
Once a Prompt Studio project is able to extract the intended information well for a given set of documents, it can be exported and used in various types of Workflows. Prompt Studio projects in Unstract can be used as part of a couple of types of workflows:
- API Workflows that allow the publishing of an API that can respond with JSON when a document/PDF is posted to it
- As Unstructured data ETL Pipelines that can pick up documents from network / cloud file systems or object stores, structure them and push the structured results into a data warehouse or a database.
As we saw in Prompt Studion Layout, you export a Prompt Studio project with the Export Project
button. You should then see a message Custom tool exported successfully
indicating that a new Parser Tool was created. In Unstract parlance, the output of a Prompt Studio project is called a Tool since it can be used in different types of workflows.
The exported Credit Card Statement Parser
Tool should now be available in Workflow Studio, with which we'll launch a new API that will be capable of parsing credit card statements.