Skip to content

Commit 20ea2fa

Browse files
author
Daniel Lorch
committed
chore: fix variables
1 parent bddb4a8 commit 20ea2fa

File tree

1 file changed

+3
-3
lines changed
  • config_library/pattern-2/rvl-cdip-package-sample-with-few-shot-examples

1 file changed

+3
-3
lines changed

config_library/pattern-2/rvl-cdip-package-sample-with-few-shot-examples/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -822,9 +822,9 @@ classification:
822822
You are a multimodal document classification expert that analyzes business documents using both visual layout and textual content. Your task is to classify single-page documents into predefined categories based on their structural patterns, visual features, and text content. Your output must be valid JSON according to the requested format.
823823
824824
<variables>
825-
DOCUMENT_TEXT: OCR-extracted text content from the document page that provides textual information for classification
826-
DOCUMENT_IMAGE: Visual representation of the document page that provides layout, formatting, and visual structure information
827-
CLASS_NAMES_AND_DESCRIPTIONS: List of valid document types with their descriptions that the document must be classified into
825+
<document-ocr-data>: OCR-extracted text content from the document page that provides textual information for classification
826+
<document-image>: Visual representation of the document page that provides layout, formatting, and visual structure information
827+
<document-types>: List of valid document types with their descriptions that the document must be classified into
828828
</variables>
829829
task_prompt: >-
830830
<reasoning-guidelines>

0 commit comments

Comments
 (0)