Skip to content

Commit 8956ffe

Browse files
committed
Remove testMode option from img2txt documentation
Deleted the description of the 'testMode' option from the img2txt.md file, as it is no longer relevant or supported in the options object.
1 parent 955a89d commit 8956ffe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AI/img2txt.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ An options object with the following properties:
3636
- `imageMinSize` (Number) (Optional) - Set minimum size for images to be analyzed (Mistral).
3737
- `bboxAnnotationFormat` (String) (Optional) - Mistral: format for bounding-box annotations (e.g., `yolo`, `xyxy`).
3838
- `documentAnnotationFormat` (String) (Optional) - Mistral: request document-level annotations/markdown variants.
39-
- `testMode` (Boolean) (Optional) - Same as positional argument; also works inside the options object.
4039

4140
## Return value
4241

0 commit comments

Comments
 (0)