This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ab11ef2386 [create-pull-request] automated change (#1657)
2ab11ef2386 is described below

commit 2ab11ef23866e57e2a180b5b09f1d12687a2f50d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 12 11:22:39 2026 +0100

    [create-pull-request] automated change (#1657)
    
    Co-authored-by: oscerd <[email protected]>
---
 .../src/main/docs/docling.json                     | 118 +++++++++++++++++++++
 1 file changed, 118 insertions(+)

diff --git 
a/components-starter/camel-docling-starter/src/main/docs/docling.json 
b/components-starter/camel-docling-starter/src/main/docs/docling.json
index 7bf1508b8ff..f60e57a6aec 100644
--- a/components-starter/camel-docling-starter/src/main/docs/docling.json
+++ b/components-starter/camel-docling-starter/src/main/docs/docling.json
@@ -13,6 +13,13 @@
     }
   ],
   "properties": [
+    {
+      "name": "camel.component.docling.abort-on-error",
+      "type": "java.lang.Boolean",
+      "description": "Abort processing on error",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
+      "defaultValue": false
+    },
     {
       "name": "camel.component.docling.api-key-header",
       "type": "java.lang.String",
@@ -100,6 +107,48 @@
       "type": "java.lang.Boolean",
       "sourceType": 
"org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
     },
+    {
+      "name": "camel.component.docling.do-code-enrichment",
+      "type": "java.lang.Boolean",
+      "description": "Enable code enrichment in document processing",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.component.docling.do-formula-enrichment",
+      "type": "java.lang.Boolean",
+      "description": "Enable formula enrichment in document processing",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.component.docling.do-ocr",
+      "type": "java.lang.Boolean",
+      "description": "Enable OCR processing in docling-serve API mode. When 
not set, the server uses its own defaults. Set enableOCR to false to explicitly 
disable OCR.",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.component.docling.do-picture-classification",
+      "type": "java.lang.Boolean",
+      "description": "Enable picture classification in document processing",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.component.docling.do-picture-description",
+      "type": "java.lang.Boolean",
+      "description": "Enable picture description generation in document 
processing",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.component.docling.do-table-structure",
+      "type": "java.lang.Boolean",
+      "description": "Enable table structure recognition",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
+      "defaultValue": false
+    },
     {
       "name": "camel.component.docling.docling-command",
       "type": "java.lang.String",
@@ -113,6 +162,12 @@
       "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
       "defaultValue": "http:\/\/localhost:5001"
     },
+    {
+      "name": "camel.component.docling.document-timeout",
+      "type": "java.lang.Long",
+      "description": "Document processing timeout in seconds",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration"
+    },
     {
       "name": "camel.component.docling.enable-o-c-r",
       "type": "java.lang.Boolean",
@@ -126,6 +181,32 @@
       "description": "Whether to enable auto configuration of the docling 
component. This is enabled by default.",
       "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration"
     },
+    {
+      "name": "camel.component.docling.force-ocr",
+      "type": "java.lang.Boolean",
+      "description": "Force OCR processing even for digital documents",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.component.docling.image-export-mode",
+      "type": "java.lang.String",
+      "description": "Image export mode for referenced images",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration"
+    },
+    {
+      "name": "camel.component.docling.images-scale",
+      "type": "java.lang.Double",
+      "description": "Scale factor for exported images",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration"
+    },
+    {
+      "name": "camel.component.docling.include-images",
+      "type": "java.lang.Boolean",
+      "description": "Include images in the conversion output",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
+      "defaultValue": false
+    },
     {
       "name": "camel.component.docling.include-layout-info",
       "type": "java.lang.Boolean",
@@ -161,6 +242,18 @@
       "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
       "defaultValue": 52428800
     },
+    {
+      "name": "camel.component.docling.md-page-break-placeholder",
+      "type": "java.lang.String",
+      "description": "Placeholder string for page breaks in markdown output",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration"
+    },
+    {
+      "name": "camel.component.docling.ocr-engine",
+      "type": "java.lang.String",
+      "description": "OCR engine to use",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration"
+    },
     {
       "name": "camel.component.docling.ocr-language",
       "type": "java.lang.String",
@@ -182,6 +275,18 @@
       "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
       "defaultValue": "markdown"
     },
+    {
+      "name": "camel.component.docling.pdf-backend",
+      "type": "java.lang.String",
+      "description": "PDF parsing backend",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration"
+    },
+    {
+      "name": "camel.component.docling.pipeline",
+      "type": "java.lang.String",
+      "description": "Processing pipeline to use",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration"
+    },
     {
       "name": "camel.component.docling.process-timeout",
       "type": "java.lang.Long",
@@ -196,6 +301,19 @@
       "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
       "defaultValue": false
     },
+    {
+      "name": "camel.component.docling.table-cell-matching",
+      "type": "java.lang.Boolean",
+      "description": "Enable table cell matching post-processing",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration",
+      "defaultValue": false
+    },
+    {
+      "name": "camel.component.docling.table-mode",
+      "type": "java.lang.String",
+      "description": "Table structure recognition mode",
+      "sourceType": 
"org.apache.camel.component.docling.springboot.DoclingComponentConfiguration"
+    },
     {
       "name": "camel.component.docling.use-async-mode",
       "type": "java.lang.Boolean",

Reply via email to