Skip to content

Commit 3c95db2

Browse files
committed
add joe content
1 parent 67e3ce1 commit 3c95db2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/ai-services/content-understanding/concepts/best-practices.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ When defining a schema, it's essential to provide detailed field descriptions. C
2323

2424
* If you want to extract the date from an invoice, in addition to naming the field `"Date"`, provide a description such as:
2525

26-
**"The date when the invoice was issued, typically found at the top right corner of the document."**
26+
```
27+
**"The date when the invoice was issued, typically found at the top right corner of the document."**
28+
29+
```
2730

2831
#####   ***Example***
2932

0 commit comments

Comments
 (0)