Skip to content

Commit 0c28791

Browse files
authored
add comment for convert_lending_from_trp2 format
1 parent 20a07a3 commit 0c28791

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python/Analyze_Lending_Sample.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,16 @@
5656
]
5757
},
5858
{
59+
"attachments": {},
5960
"cell_type": "markdown",
6061
"id": "fad87cfc",
6162
"metadata": {},
6263
"source": [
6364
"## Convert the Textract Analyze Lending response to a flattened array for CSV export\n",
6465
"\n",
65-
"Using the Textract PrettyPrinter"
66+
"Using the Textract PrettyPrinter\n",
67+
"\n",
68+
"The ```convert_lending_from_trp2()``` method returns a list of [{page_classification}_{page_number_within_document_type}, page_number_in_document, key, key_confidence, value, value_confidence, key-bounding-box.top, key-bounding-box.height, key-bb.width, key-bb.left, value-bounding-box.top, value-bb.height, value-bb.width, value-bb.left]\n"
6669
]
6770
},
6871
{

0 commit comments

Comments
 (0)