Skip to content

Commit cc411e3

Browse files
author
Bob Strahan
committed
Remove image dimension constraints in pattern-2 config and clean up notebook logs
1 parent 336ce24 commit cc411e3

File tree

2 files changed

+21
-1412
lines changed

2 files changed

+21
-1412
lines changed

config_library/pattern-2/lending-package-sample/config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ ocr:
1212
- name: TABLES
1313
- name: SIGNATURES
1414
image:
15-
target_width: '951'
16-
target_height: '1268'
15+
target_width: ''
16+
target_height: ''
1717
classes:
1818
- name: Payslip
1919
description: >-
@@ -986,8 +986,8 @@ classification:
986986
classificationMethod: multimodalPageLevelClassification
987987
extraction:
988988
image:
989-
target_width: '951'
990-
target_height: '1268'
989+
target_width: ''
990+
target_height: ''
991991
top_p: '0.1'
992992
max_tokens: '10000'
993993
top_k: '5'

0 commit comments

Comments
 (0)