Tencent has released WeVisDoc, an end-to-end document parser for page images fine-tuned from Qwen3-VL models. The system converts page images into structured Markdown, including LaTeX formulas and HTML tables.

  • WeVisDoc-4B achieves an Overall score of 95.38 on OmniDocBench v1.6 and a mean Overall score of 75.54 across PureDocBench tracks.
  • It ranks first among compared end-to-end parsers in all four reported settings.
  • The release includes both WeVisDoc-2B and WeVisDoc-4B model checkpoints.

The models are available for local inference or via a vLLM-based service, supporting Python 3.10+.