cleanshot_capture_text
Extract text from a screen area or image file using OCR. Specify coordinates, dimensions, or filepath to capture recognizable text, with optional line break control.
Instructions
Open CleanShot's Text Recognition (OCR) tool or extract text from a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X coordinate (0,0 is lower left) | |
| y | No | Y coordinate (0,0 is lower left) | |
| width | No | Width of the capture area | |
| height | No | Height of the capture area | |
| display | No | Display number (1 is main display) | |
| filepath | No | Path to the image file to extract text from | |
| linebreaks | No | Keep (true) or remove (false) line breaks from copied text |