Docparser is the most advanced cloud based document parsing and automation tool in the market today.
Go to siteWith Docparser, you can easily extract data from PDF documents and convert them into usable formats such as JSON, CSV or XML. This way you can easily get the data you need from PDF documents without having to manually copy and paste it.
Here are some examples of what you can build using the Docparser API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
docparser: {
type: "app",
app: "docparser",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.docparser.com/v1/ping`,
auth: {
username: `${this.docparser.$auth.api_key}`,
password: ``,
},
})
},
})
Docparser uses API keys for authentication. When you connect your Docparser account, Pipedream securely stores the keys so you can easily authenticate to Docparser APIs in both code and no-code steps.
You can obtain and reset your secret API key in the API Settings of your Docparser Account.