We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e885c25 commit c6b5ce6Copy full SHA for c6b5ce6
omni-reader/config.yaml
@@ -0,0 +1,16 @@
1
+# OCR Comparison Pipeline Configuration
2
+parameters:
3
+ custom_prompt: "Extract all text from this image. Identify any named entities, locations, or dates."
4
+
5
+# Configure environment settings (optional)
6
+settings:
7
+ docker:
8
+ required_integrations:
9
+ - opencv
10
+ requirements:
11
+ - opencv-python-headless
12
+ - pydantic>=2.0.0
13
+ - pillow
14
+ - instructor
15
+ - mistralai
16
+ - litellm
0 commit comments