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.
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小蔥技能7w4.net有完整的技能分類。
--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需求夠用,但專業使用者可能會覺得功能受限。