Skip to content

docs: add Related tools link + HalfToEdge build note#17

Open
Martonveghcode wants to merge 1 commit intothaines:masterfrom
Martonveghcode:docs/related-tools
Open

docs: add Related tools link + HalfToEdge build note#17
Martonveghcode wants to merge 1 commit intothaines:masterfrom
Martonveghcode:docs/related-tools

Conversation

@Martonveghcode
Copy link

This small docs PR adds a link to a companion toolkit that prepares pages for the handwriting pipeline (line-layout/print formatting, yellow-line cleanup, split, limited Unicode mapping).

It also documents a tiny build/runtime issue: on Ubuntu 20.04/Python 2.7 the compiled line_graph_c.so can fail with:
undefined symbol: HalfToEdge
because HalfToEdge is defined both inline in line_graph_c.h and again in line_graph_c.c (around line ~5935). Keeping only the header inline version resolves it. This PR is docs-only; no code changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant