---
layout: default-layout
title: How to get intermediate result images?
keywords: Dynamsoft Barcode Reader, FAQ, tech basic, intermediate result images
description: How to get intermediate result images?
needAutoGenerateSidebar: false
---

# How to get intermediate result images?

## Version 10 and above
The intermediate results can be retrieved using the [IntermediateResultManager](https://www.dynamsoft.com/capture-vision/docs/web/programming/javascript/api-reference/capture-vision-router/intermediate-result-manager.html?product=dbr&lang=javascript#intermediateresultmanager)


## Version 9
The intermediate result images can be retrieved using the `getIntermediateCanvas` method, as explained in the [Advanced Usage guide](https://www.dynamsoft.com/barcode-reader/docs/v9/core/programming/features/use-intermidiate-results.html?lang=js).

Should you need any more help with intermediate results, do not hesitate to [contact us](https://www.dynamsoft.com/contact/).
