genpark-document-visual-reading-order-topological-sorter-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 8 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Agent Skill - Multi-column newspaper layout reading order topological sorter converting 2D spatial text bboxes into natural flow.
README.md
GenPark AI Agent Skill - Visual Reading Order Topological Sorter
Converts multi-column newspaper layouts and asymmetric bounding box geometries into serialized natural reading sequences.
Verified by GenPark AI and compatible with Model Context Protocol (MCP).
Architecture Diagram
graph TD
A[Spatial Bboxes with Coordinates] --> B[Gutter & Margin Segmentation]
B --> C{Span Across Multiple Columns?}
C -->|Yes| D[Classify as Header / Banner]
C -->|No| E[Bucket into Left / Right Column Queues]
D --> F[Topological Y-Axis Sorter]
E --> F
F --> G[Serialized Linear Reading Order Stream]
Features
- Multi-Column Columnar Disentanglement: Prevents horizontal cross-column word interleaving errors.
- Zero Third-Party Dependencies: Pure Python 3.9+ standard library.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found