1. Image Recognition
API Documents - GuGuData | Production-Ready APIs Built for Developers
  • GuGuData API documents
  • Metadata
    • DEMO
      • [DEMO] Global QS World University Rankings
      • [DEMO] Global QS World University Rankings
      • [DEMO] Global University
      • [DEMO] Chinese Poem
      • [DEMO] Stock US Symbols
      • [DEMO] Stock HK Symbols
      • [DEMO] US College Institutions Data API
      • [DEMO] US College Programs Data API
      • [DEMO] US CIP Codes
    • Global QS World University Rankings
      GET
    • Global QS World University Rankings
      GET
    • Global University
      GET
    • Chinese Poem
      GET
    • Stock US Symbols
      GET
    • Stock HK Symbols
      GET
    • US College Institutions Search
      GET
    • US College Institution Detail
      GET
    • US College Programs Search
      GET
    • US College Institution Programs
      GET
    • US CIP Codes Search
      GET
    • Chinese Poem
      GET
  • Website Tools
    • DEMO
      • [DEMO] Short Link API
      • [DEMO] Webpage Readable Content Extraction
      • [DEMO] Domain SSL Certificate Information Parsing
      • [DEMO] Domain DNS Information Query
      • [DEMO] Query Website Favicon and Title
      • [DEMO] Format International Phone
      • [DEMO] URL to static HTML
      • [DEMO] URL to Image
      • [DEMO] URL to Markdown
      • [DEMO] Get URL links
      • [DEMO] Website Snapshot
      • [DEMO] Domain Whois
      • [DEMO] IP Address
      • [DEMO] Article Extract
      • [DEMO] Geographic Coordinate System Converter
      • [DEMO] Extract Structured JSON from Webpage
      • [DEMO] Article Content Extraction API
      • [DEMO] Extract Images from Article URL API
      • [DEMO] PageSpeed and SEO Score API
      • [DEMO] Search Visibility API
    • Short Link API
    • Webpage Readable Content Extraction
    • Domain SSL Certificate Information Parsing
    • Domain DNS Information Query
    • Query Website Favicon and Title
    • Format International Phone
    • URL to static HTML
    • URL to Image
    • URL to Markdown
    • Get URL links
    • Website Snapshot
    • Domain Whois
    • IP Address
    • Article Extract
    • Geographic Coordinate System Converter
    • Extract Structured JSON from Webpage
    • Format International Phone
    • Article Content Extraction API
    • Extract Images from Article URL API
    • PageSpeed and SEO Score API
    • Search Visibility API
  • Image Recognition
    • DEMO
      • [DEMO] Convert HTML to Word
      • [DEMO] Convert PPT to PDF
      • [DEMO] HTML to PDF
      • [DEMO] Image OCR
      • [DEMO] PDF to Format
      • [DEMO] PDF Splitting
      • [DEMO] Markdown to PDF
      • [DEMO] PPT to Images
      • [DEMO] PDF to HTML
      • [DEMO] PDF Summary
      • [DEMO] Image Compress
      • [DEMO] Word to HTML
      • [DEMO] OCR API
      • [DEMO] PDF OCR to Text API
      • [DEMO] PDF OCR to Word API
      • [DEMO] Image OCR to Word API
    • Convert HTML to Word
      POST
    • Convert PPT to PDF
      POST
    • HTML to PDF
      POST
    • Image OCR
      POST
    • PDF to Format
      POST
    • PDF Splitting
      POST
    • Markdown to PDF
      POST
    • PPT to Images
      POST
    • PDF to HTML
      POST
    • PDF Summary
      POST
    • Image Compress
      POST
    • Word to HTML
      POST
    • OCR API
      POST
    • PDF OCR to Text API
      POST
    • PDF OCR to Word API
      POST
    • Image OCR to Word API
      POST
  • QRcode and Barcode
    • DEMO
      • [DEMO] Decode QR Code from Image
      • [DEMO] QR Code
      • [DEMO] Wifi QR Code
      • [DEMO] Bar Code
    • Decode QR Code from Image
    • QR Code
    • Wifi QR Code
    • Bar Code
  • Text Tools
    • DEMO
      • [DEMO] Detect Text Language
      • [DEMO] ISBN Book Metadata Lookup
      • [DEMO] Simplified and Traditional Chinese Converter
      • [DEMO] Text Similarity Calculator
    • Detect Text Language
    • ISBN Book Metadata Lookup
    • Simplified and Traditional Chinese Converter
    • Text Similarity Calculator
    • Simplified and Traditional Chinese Converter
  • healthcheck
    GET
  1. Image Recognition

Image OCR to Word API

POST
https://api.gugudata.io/v1/imagerecognition/ocr2word
Last modified:2026-07-09 06:59:58
Image OCR to Word API
Extract text from an uploaded image and return the OCR result as a downloadable Word document.
Method: POST
Path: /v1/imagerecognition/ocr2word
Demo: https://api.gugudata.io/v1/imagerecognition/ocr2word/demo
OpenAPI: https://gugudata.io/assets/openapi/gugudata.openapi.3.1.json
Request Parameters:
appkey (string, required): Application key used for request authentication.
imagefile (file, required): Image file uploaded as multipart form data.
filename (string, optional): Output Word file name ending in .docx.
Response Fields:
dataStatus (object, required): Response metadata returned by the current v1 contract.
data.wordPath (string, required): Download URL of the generated Word document.
HTTP Status Codes:
200: Request processed successfully. Some endpoints expose a separate application-level status field in the response body, such as dataStatus.statusCode.
400: Invalid request parameters or request format. Check required fields, data types, and request body format.
401: Missing or unknown application key. Provide a valid appkey with the request.
403: The application key is recognized but access is not allowed. The key may be expired, inactive, or not permitted for the requested API.
429: Request rate or trial usage limit exceeded. Reduce concurrency or retry after the limit window resets.
500: Internal service error. Retry later or contact support if the error persists.
503: Upstream service unavailable. Retry later; the requested upstream dependency is temporarily unavailable.
Business Status Codes:
No endpoint-specific business status codes are documented.
Key Features:
Production-ready HTTPS API with stable request and response contracts.
Details:
https://gugudata.io/details/ocr2word

Request

Query Params

Body Params multipart/form-data

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --globoff 'https://api.gugudata.io/v1/imagerecognition/ocr2word?appkey=sk-******' \
--form 'imagefile=@"fixtures/ocr-sample.png"' \
--form 'filename="image-ocr-result.docx"'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{}
Modified at 2026-07-09 06:59:58
Previous
PDF OCR to Word API
Next
QRcode and Barcode
Built with