You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -659,6 +659,9 @@ When using this task, do not enable streaming. Otherwise, `completion.Output.Cho
659
659
In addition to the standard text content, this task also returns the coordinates of the text.
660
660
661
661
To call this built-in task, set `Parameters.OcrOptions.Task` to `advanced_recognition`. No additional prompt is required.
662
+
663
+

664
+
662
665
```csharp
663
666
varmessages=newList<MultimodalMessage>();
664
667
messages.Add(
@@ -743,6 +746,8 @@ You can customize the output JSON format via `Parameters.OcrOptions.TaskConfig.R
743
746
744
747
For example, suppose we want to extract objects of the following type from an image (JSON property names should, as much as possible, be based on the text present in the image):
745
748
749
+

750
+
746
751
```csharp
747
752
internalclassReceiptModel()
748
753
{
@@ -842,6 +847,8 @@ This task will extract tables from images and return them in HTML format.
0 commit comments