This action is used to perform OCR on one or more pages.
name | data type | description |
---|---|---|
pageIndex | number | The index of the page to perform OCR on. If not supplied, OCR will be performed on all pages. |
language | string | The language to use in performing the OCR. (eng, fra, deu, ita, spa) |
dpi | number | The resolution to use when converting the page to an image during OCR. |
Example
{ "pageIndex" : 12345, "language" : "...", "dpi" : 12345 }