# SharinPix Mobile App: Text Recognition on Scan (OCR)

It is possible to enable text recognition (OCR) during a scan using the SharinPix mobile app. This feature allows you to extract the text while scanning documents and images. The extracted text will be uploaded alongside the scanned document/image and will be accessible within your Salesforce organization.

This article demonstrates how to use the Text Recognition on Scan (OCR) feature.

{% hint style="warning" %}
**Note:**

The Text Recognition functionality is disabled by default.

For more information on how to enable this feature, refer to the following article: [SharinPix Mobile App: Deeplink syntax](/documentation/mobile-app/sharinpix-mobile-app-deeplink-syntax.md#ocr)
{% endhint %}

After [enabling the text recognition](/documentation/mobile-app/sharinpix-mobile-app-deeplink-syntax.md#ocr) feature, open the SharinPix mobile app and select the scan mode, as shown in the screenshot below:

<figure><img src="/files/lJgPsG1m5PVaZL1MOQ3O" alt=""><figcaption></figcaption></figure>

The scan screen shows up:

* Scan a document or an image containing any text
* Once the scan is done, click on **Next** then **Done**

<figure><img src="/files/od8237ELiNyGKPx35vme" alt=""><figcaption></figcaption></figure>

Click on the submit button to upload the image

<figure><img src="/files/LMkk6wwGp5ScVXICaxNE" alt=""><figcaption></figcaption></figure>

## Access Scanned Text on SharinPix Image Object

The text extracted during the scan is stored in the [SharinPix Image Object](/documentation/image-sync/the-sharinpix-image-object.md) in Salesforce in the **OCRText\_\_c** custom field.

The following shows an example:

<figure><img src="/files/JA3sJG8cxGecWylkzQ00" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sharinpix.com/documentation/mobile-app/sharinpix-mobile-app-text-recognition-on-scan-ocr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
