src/STranslate.Plugin/README.md
Reference this package to develop a plugin for STranslate.
IOcrPlugin 新增 SupportBoxPoints()(默认 false),声明是否返回图片像素坐标的文本框,图片翻译需要该能力OcrRequest 新增 PixelWidth / PixelHeight 参数,传递图片像素尺寸以便计算坐标OcrResult 新增 Regions 结构化区域(OcrRegion → OcrParagraph → OcrContent),每级携带 BoxPoints 坐标框OcrResult.Text 在未提供 OcrContents 时回退按区域/段落拼装纯文本,并按 CJK 与标点规则智能补空格TextHelper.IsCjk(char),判断字符是否属于 CJK(中日韩)文字区域