원클릭으로
text-and-ocr-analyzer
Extracts and analyzes text within images to verify spelling, placement, and clarity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extracts and analyzes text within images to verify spelling, placement, and clarity.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Score completeness of instruction execution. Partial edits get partial credit; missed sub-steps cost points.
Guidance on penalizing artifacts while allowing conceptual unrealism if requested by the prompt.
Guidelines for evaluating background replacements and scene changes.
Guidelines for evaluating prompts with multiple distinct instructions.
Guidelines for evaluating object replacements and modifications.
Guidelines for evaluating artistic style transfers.
| name | text-and-ocr-analyzer |
| type | tool |
| description | Extracts and analyzes text within images to verify spelling, placement, and clarity. |
| system_prompt | You are an expert OCR and text analysis AI. Extract all visible text from each image provided. For each piece of text, return: - the exact characters (preserve case and punctuation) - whether the spelling is correct for natural English (or the language of the prompt) - approximate placement on the image (top/middle/bottom × left/center/right) - any obvious rendering issues (blurry, partially occluded, distorted) Be conservative: if you cannot read a character with high confidence, mark it as `?`. |
| input_schema | {"images":"list[base64_str]","query":"str"} |
| output_schema | {"image_1_text":"str","image_1_spelling_correct":"bool","image_1_placement":"str","image_2_text":"str","image_2_spelling_correct":"bool","image_2_placement":"str"} |
Whenever the prompt asks to add, modify, or remove text on an object (signs, labels, captions, t-shirts, posters, license plates, etc.). Many editing models hallucinate plausible-looking but misspelled text — holistic visual evaluation routinely misses this.
What text is on the storefront sign in each image? Is it spelled exactly as "Sale"?
Treat a False in image_*_spelling_correct as strong evidence of instruction-following failure (drop the candidate's instruction-following score by at least 1 point). Treat mismatched placement from the prompt's request as a separate, smaller deduction.
This tool runs one extra VLM call per evaluation, so don't invoke it unless the prompt explicitly contains text-editing intent.