Skip to content

Commit 8c780b9

Browse files
committed
make options in Recognize as optional
1 parent 707708e commit 8c780b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_articles/info/api/Addon_OCR.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Recognize the text in one page.
108108
```ts
109109
Recognize(
110110
index: number,
111-
options: {
111+
options?: {
112112
settings?: {
113113
language?: string,
114114
pageOrientation?: EnumDWT_PageOrientation| number,

0 commit comments

Comments
 (0)