Upload your LaTeX source and compiled PDF to embed accessibility tags and alt-text.
altex is a proof-of-concept utility that enhances PDF accessibility by
post-processing files generated from LaTeX. It uses the semantic structure from your
source .tex file to tag the compiled PDF.
Note: This is an automated tool. While it significantly improves accessibility compliance, complex documents may still require manual verification.
Your files are never written to a database. Each upload is processed in a temporary working
directory that is deleted as soon as the request finishes — on success or
error — so your .tex, .pdf, and all intermediate files are discarded
immediately (see the finally cleanup in
web/app.py).
The default Docker deployment runs stateless (ALTEX_STORAGE=inline), streaming the
tagged PDF back in the response with nothing kept on the server; in local mode the result is
held only in an ephemeral temp directory that is cleared when the service restarts.