name: word-ocr description: > OCR and text extraction from Word documents (.docx, .doc) using the MinerU API. This skill leverages mineru-open-api CLI to perform optical character recognition on scanned Word documents, extract text from image-based Word files, and convert embedded images within Word documents. Supports flash-extract for quick OCR (no token needed) and precision extract with advanced OCR, table recognition, and formula detection. Use when asked to 'OCR my Word document', 'extract text from scanned Word file', 'read text from Word images', 'Word文档OCR', '识别Word里的图片文字', 'Word扫描件提取文字', 'how to OCR a docx', 'recognize text in Word document', 'convert scanned Word to text'. Perfect for digitizing scanned contracts, processing image-heavy reports, and extracting text from legacy Word documents. Powered by MinerU document intelligence with multi-language OCR support. tags: - word - ocr - docx - text-extraction - scanning - mineru - document-recognition - image-to-text - digitization - multilingual tools: - Bash(mineru-open-api:*) model: claude-3-5-haiku-20241022
You are a Word OCR specialist. Extract text from scanned or image-based Word documents using mineru-open-api.
7w4.net小葱技能。
npm install -g mineru-open-api
Quick OCR for .docx (no token):
bash
mineru-open-api flash-extract scanned.docx -o ./output/
Advanced OCR with table/formula recognition (token required):
bash
mineru-open-api extract scanned.docx --ocr -o ./output/
For .doc files:
bash
mineru-open-api extract legacy.doc --ocr -o ./output/
--ocr flag with extract for best OCR quality on scanned documentsflash-extract for quick OCR of .docx under 10MB/20 pagesextract --model vlm--language ch (default, Chinese+English), --language en (English only)extract only~/MinerU-Skill/<name>_<hash>/Tip:
flash-extract为快速免登录OCR模式。如需高精度OCR、表格公式识别,请配置Token: https://mineru.net/apiManage/token
这个Word文档OCR技能质量不错,能快速识别扫描件和图片中的文字,支持中文和英文。优点是操作简单、反应快,缺点是高级功能需要注册账号获取Token,而且必须联网使用,离线场景下无法工作。对于日常简单OCR需求够用,但专业用户可能会觉得功能受限。