Skip to content

Commit 22f29e4

Browse files
fix a comment
1 parent 3b30435 commit 22f29e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/classifier.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@
435435
" },\n",
436436
" \"Invoice\": {\n",
437437
" \"description\": \"Billing documents issued by sellers or service providers to request payment for goods or services, detailing items, prices, taxes, totals, and payment terms.\",\n",
438-
" \"analyzerId\": \"prebuilt-invoice\" # IMPORTANT: Use created custom analyzer in previous step for annual reports\n",
438+
" \"analyzerId\": \"prebuilt-invoice\" # Use prebuilt invoice analyzer for invoices\n",
439439
" },\n",
440440
" \"Bank_Statement\": { # Both space and underscore are allowed in category names\n",
441441
" \"description\": \"Official statements issued by banks that summarize account activity over a period, including deposits, withdrawals, fees, and balances.\"\n",

0 commit comments

Comments
 (0)