Parser
{
"text": "[Header] This is the Header of the Document",
"structure": "header", // 👈 parser defines this as "header" (previous value from Loader is "uncategorized")
"metadata": {
"source": "pdf-example.pdf",
"source_type": "pdf",
...
}
}Last updated
Was this helpful?