feat(vom): make canvas-rendered content observable | 支持在 observe 中发现并截图 canvas 视觉区域 - #138
Draft
Ljy-0827 wants to merge 4 commits into
Draft
feat(vom): make canvas-rendered content observable | 支持在 observe 中发现并截图 canvas 视觉区域#138Ljy-0827 wants to merge 4 commits into
Ljy-0827 wants to merge 4 commits into
Conversation
Ljy-0827
force-pushed
the
fix/vom-canvas-observation
branch
from
August 26, 2026 07:28
eeba301 to
e141f27
Compare
iuyo5678
force-pushed
the
fix/vom-canvas-observation
branch
from
August 28, 2026 03:24
e141f27 to
73ad0ac
Compare
Ljy-0827
force-pushed
the
fix/vom-canvas-observation
branch
2 times, most recently
from
August 28, 2026 06:05
1511bac to
d62002c
Compare
Ljy-0827
force-pushed
the
fix/vom-canvas-observation
branch
from
August 28, 2026 07:10
d62002c to
f33e1a7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
当前 VOM 对于 Canvas 渲染的表格、白板、图表等内容,页面虽然视觉上存在大块有效信息,但语义树中通常没有对应内容。
这会导致:
解决方案
在 observe 的现有语义观察结果上,补充一层通用的 Canvas visual surface discovery:
这个 PR 解决的是 Canvas 区域“不可感知、无观察入口”的问题;Canvas 内部的结构化理解、OCR 和交互能力不在本 PR 范围内。