Skip to content

Commit ee4b2b9

Browse files
committed
updated .gitignore: ignore data folder from notebooks
1 parent 32aebd2 commit ee4b2b9

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ __pycache__
1717
.ruff_cache
1818
.kiro
1919
rvl_cdip_*
20+
notebooks/examples/data

lib/idp_common_pkg/idp_common/classification/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ def classify_page_bedrock(
684684
document_boundary = classification_data.get(
685685
"document_boundary", "continue"
686686
)
687-
logger.debug(
687+
logger.info(
688688
f"Parsed classification response as {detected_format}: {classification_data}"
689689
)
690690
else:

notebooks/examples/config/classification.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ classification:
55
target_height: ''
66
target_width: ''
77
model: us.amazon.nova-pro-v1:0
8+
temperature: '0.0'
89
top_p: '0.1'
910
max_tokens: '4096'
1011
top_k: '5'

notebooks/examples/step1_ocr.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
],
242242
"metadata": {
243243
"kernelspec": {
244-
"display_name": "Python 3",
244+
"display_name": "genaiic-idp-accelerator",
245245
"language": "python",
246246
"name": "python3"
247247
},
@@ -255,7 +255,7 @@
255255
"name": "python",
256256
"nbconvert_exporter": "python",
257257
"pygments_lexer": "ipython3",
258-
"version": "3.12.10"
258+
"version": "3.13.2"
259259
}
260260
},
261261
"nbformat": 4,

notebooks/examples/step2_classification_boundary.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
],
349349
"metadata": {
350350
"kernelspec": {
351-
"display_name": "Python 3",
351+
"display_name": "genaiic-idp-accelerator",
352352
"language": "python",
353353
"name": "python3"
354354
},
@@ -362,7 +362,7 @@
362362
"name": "python",
363363
"nbconvert_exporter": "python",
364364
"pygments_lexer": "ipython3",
365-
"version": "3.9.0"
365+
"version": "3.13.2"
366366
}
367367
},
368368
"nbformat": 4,

0 commit comments

Comments
 (0)