Image-to-text API for OCR and text extraction workflows

Use Nutrient DWS to extract text from images when the workflow needs OCR-style text output instead of static image files. Start with a cloud image-to-text API built for scanned documents, receipts, forms, and document-understanding workflows.

Extract text from images

Use an image-to-text API when the workflow needs OCR-style text output from receipts, scans, forms, screenshots, and other image-based documents.

Built for API-driven OCR workflows

Use REST, Postman, JavaScript, Python, Java, C#, PHP, or HTTP to automate image-to-text extraction inside search, compliance, and document processing systems.

Fast path from evaluation to implementation

Connect image-to-text extraction to getting started, pricing, and the broader data-extraction hub so teams can validate the right OCR and text-output path quickly.

Try it out

This example extracts text from an uploaded image file.


Try it out in three steps

  1. Add an image named document.png to your project folder.
  2. Run the code from the same folder.
  3. Open result.json to inspect the extracted text output.
curl -X POST https://api.nutrient.io/build \
-H "Authorization: Bearer your_api_key_here" \
-o result.json \
--fail \
-F instructions='{
"parts": [
{
"file": "page"
}
],
"output": {
"type": "json-content",
"plainText": true,
"structuredText": true
}
}'

Start now

Create an account to access your API key and start with 50 free credits per month

Start building with DWS Processor API in minutes — no payment information required.

Already have an account? Sign in →


Security is our top priority

No document storage

No input or resulting documents are stored on our infrastructure. All files are deleted as soon as a request finishes. Alternatively, check out our self-hosted product.

HTTPS encryption

All communication between your application and Nutrient is done via HTTPS to ensure your data is encrypted when it’s sent to us.

Safe payment processing

All payments are handled by Paddle. Nutrient DWS Processor API never has direct access to any of your payment data.

Ready to try it?

Create an account to get your DWS Processor API key and start making API calls.