You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config_library/pattern-2/default/config.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ ocr:
7
7
- name: LAYOUT
8
8
- name: TABLES
9
9
- name: SIGNATURES
10
+
image:
11
+
target_width: '951'
12
+
target_height: '1268'
10
13
classes:
11
14
- name: letter
12
15
description: A formal written correspondence with sender/recipient addresses, date, salutation, body, and closing signature
@@ -300,6 +303,9 @@ classes:
300
303
- name: comments
301
304
description: Additional notes or remarks about the document. Look for sections labeled 'notes', 'remarks', or 'comments'.
302
305
classification:
306
+
image:
307
+
target_width: '951'
308
+
target_height: '1268'
303
309
top_p: '0.1'
304
310
max_tokens: '4096'
305
311
top_k: '5'
@@ -439,6 +445,9 @@ classification:
439
445
You are a document classification expert who can analyze and classify multiple documents and their page boundaries within a document package from various domains. Your task is to determine the document type based on its content and structure, using the provided document type definitions. Your output must be valid JSON according to the requested format.
You are a document summarization expert who can analyze and summarize documents from various domains including medical, financial, legal, and general business documents. Your task is to create a summary that captures the key information, main points, and important details from the document. Your output must be in valid JSON format. \nSummarization Style: Balanced\\nCreate a balanced summary that provides a moderate level of detail. Include the main points and key supporting information, while maintaining the document's overall structure. Aim for a comprehensive yet concise summary.\n Your output MUST be in valid JSON format with markdown content. You MUST strictly adhere to the output format specified in the instructions.
0 commit comments