{
"DocumentPro is an AI-powered document processing platform that automates data extraction from various document types using advanced machine learning algorithms.": "DocumentPro is an AI-powered document processing platform that automates data extraction from various document types using advanced machine learning algorithms.",
"\nTo get your DocumentPro API Key:\n\n1. **Login** to your DocumentPro account\n2. **Go to** https://app.documentpro.ai/workflows\n3. **Select** a workflow\n4. **Change tab** to \"Workflow\" from the top bar\n5. **Find** the \"Upload\" tab\n6. **Click** \"Upload via API\"\n7. **Click** the \"Generate API Key\" button\n8. **Copy** your API key and paste it here\n ": "\nTo get your DocumentPro API Key:\n\n1. **Login** to your DocumentPro account\n2. **Go to** https://app.documentpro.ai/workflows\n3. **Select** a workflow\n4. **Change tab** to \"Workflow\" from the top bar\n5. **Find** the \"Upload\" tab\n6. **Click** \"Upload via API\"\n7. **Click** the \"Generate API Key\" button\n8. **Copy** your API key and paste it here\n ",
"Upload document": "Upload document",
"Run Extract": "Run Extract",
"Custom API Call": "Custom API Call",
"Uploads a document to a DocumentPro parser": "Uploads a document to a DocumentPro parser",
"Run an extract/workflow on an uploaded document": "Run an extract/workflow on an uploaded document",
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
"File": "File",
"Document ID": "Document ID",
"Template ID": "Template ID",
"Use OCR": "Use OCR",
"Query Model": "Query Model",
"Detect Layout": "Detect Layout",
"Detect Tables": "Detect Tables",
"Page Ranges": "Page Ranges",
"Chunk by Pages": "Chunk by Pages",
"Rolling Window": "Rolling Window",
"Start Regex": "Start Regex",
"End Regex": "End Regex",
"Split Regex": "Split Regex",
"Use All Matches": "Use All Matches",
"Method": "Method",
"Headers": "Headers",
"Query Parameters": "Query Parameters",
"Body": "Body",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "No Error on Failure",
"Timeout (in seconds)": "Timeout (in seconds)",
"The document file to upload (PDF, JPEG, PNG, or TIFF, max 6MB)": "The document file to upload (PDF, JPEG, PNG, or TIFF, max 6MB)",
"The unique identifier of the document to parse": "The unique identifier of the document to parse",
"The unique identifier of the Workflow/template to use": "The unique identifier of the Workflow/template to use",
"Enable OCR processing (required for gpt-3.5-turbo or OCR-related parameters)": "Enable OCR processing (required for gpt-3.5-turbo or OCR-related parameters)",
"The AI model to use for parsing": "The AI model to use for parsing",
"Detect document layout (requires use_ocr=true)": "Detect document layout (requires use_ocr=true)",
"Detect tables in the document (requires use_ocr=true)": "Detect tables in the document (requires use_ocr=true)",
"Specify which pages to parse (e.g., \"1-3,5,7-9\")": "Specify which pages to parse (e.g., \"1-3,5,7-9\")",
"Number of pages per segment for method 1 segmentation": "Number of pages per segment for method 1 segmentation",
"Window size for method 2 segmentation": "Window size for method 2 segmentation",
"Regex pattern for where parsing should begin (requires use_ocr=true)": "Regex pattern for where parsing should begin (requires use_ocr=true)",
"Regex pattern for where parsing should end (requires use_ocr=true)": "Regex pattern for where parsing should end (requires use_ocr=true)",
"Regex pattern to split the document into sections (requires use_ocr=true)": "Regex pattern to split the document into sections (requires use_ocr=true)",
"Use all regex matches instead of just the first (requires use_ocr=true)": "Use all regex matches instead of just the first (requires use_ocr=true)",
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
"GPT-4o Mini": "GPT-4o Mini",
"GPT-4o": "GPT-4o",
"GPT-3.5 Turbo": "GPT-3.5 Turbo",
"GET": "GET",
"POST": "POST",
"PATCH": "PATCH",
"PUT": "PUT",
"DELETE": "DELETE",
"HEAD": "HEAD",
"New Document": "New Document",
"Triggers when a new document is uploaded to DocumentPro": "Triggers when a new document is uploaded to DocumentPro",
"Markdown": "Markdown",
"\n**In DocumentPro Dashboard:**\n - Navigate to your desired Workflow\n - Go to the \"Workflow\" tab\n - Find the \"Webhook Notification\" option in the export section\n - Set the Webhook Endpoint URL to:\n ```text\n\t\t\t{{webhookUrl}}\n\t\t\t```\n - Click Save\n\n ": "\n**In DocumentPro Dashboard:**\n - Navigate to your desired Workflow\n - Go to the \"Workflow\" tab\n - Find the \"Webhook Notification\" option in the export section\n - Set the Webhook Endpoint URL to:\n ```text\n\t\t\t{{webhookUrl}}\n\t\t\t```\n - Click Save\n\n "
}