Skip to content

Commit 68e7d9d

Browse files
camel-docs-botwaleedalzarooni
authored andcommitted
Auto-update documentation after merge [skip ci]
1 parent 5bacc83 commit 68e7d9d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/mintlify/reference/camel.loaders.chunkr_reader.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Defines the parameters for configuring the task.
1414

1515
- **chunk_processing** (int, optional): The target chunk length. (default: :obj:`512`)
1616
- **high_resolution** (bool, optional): Whether to use high resolution OCR. (default: :obj:`True`)
17-
- **ocr_strategy** (str, optional): The OCR strategy. Defaults to 'Auto'. (default: `'Auto'`)
17+
- **ocr_strategy** (str, optional): The OCR strategy. Defaults to 'Auto'. **kwargs: Additional keyword arguments to pass to the Chunkr Configuration. This accepts all other Configuration parameters such as expires_in, pipeline, segment_processing, segmentation_strategy, etc. (default: `'Auto'`)
18+
- **See**: https://github.com/lumina-ai-inc/chunkr/blob/main/core/src/models/task.rs#L749
1819

1920
<a id="camel.loaders.chunkr_reader.ChunkrReaderConfig.__init__"></a>
2021

@@ -25,7 +26,8 @@ def __init__(
2526
self,
2627
chunk_processing: int = 512,
2728
high_resolution: bool = True,
28-
ocr_strategy: str = 'Auto'
29+
ocr_strategy: str = 'Auto',
30+
**kwargs
2931
):
3032
```
3133

0 commit comments

Comments
 (0)