Install
openclaw skills install u2-doc-parserParse documents using UniDoc API for conversion to Markdown or JSON format. Supports both synchronous and asynchronous parsing with automatic status polling.
openclaw skills install u2-doc-parserName: u2-doc-parser Description: Parse documents using UniDoc API for conversion to Markdown or JSON format. Supports both synchronous and asynchronous parsing with automatic status polling.
Parse documents using UniDoc API for conversion to Markdown or JSON format. Supports both synchronous and asynchronous parsing with automatic status polling. Ideal for converting various document formats (PDF, DOC, DOCX, images) through a cloud-based API service.
⚠️ Important Privacy Notice
https://unidoc.uat.hivoice.cnIf you encounter API errors, network issues, or need to understand the API endpoints, read:
references/unidoc-notes.md# Output to terminal (default)
python scripts/unidoc_parse.py /path/to/file.pdf
# Save to file
python scripts/unidoc_parse.py /path/to/file.pdf --output result.md
# Convert to JSON format (async mode)
python scripts/unidoc_parse.py /path/to/file.docx --format json --mode async
--format md|json (default: md)
--mode sync|async (default: sync)
--func METHOD (default: unisound)
--output FILE (optional)
--uid UUID (optional)
python scripts/unidoc_parse.py doc.pdf | grep "keyword"