> ## Documentation Index
> Fetch the complete documentation index at: https://docs.utilified.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UtiliRead

> UtiliRead is the automated OCR engine that reads uploaded PDF invoice documents and extracts line items, totals, and meter data into UMS invoice records.

UtiliRead is UMS's automated OCR (Optical Character Recognition) system that reads and extracts data from uploaded invoice documents.

## How UtiliRead works

When you upload an invoice PDF, UtiliRead automatically runs through the following stages:

<Steps>
  <Step title="Read the document">
    UtiliRead uses OCR to extract text and data from the document.
  </Step>

  <Step title="Identify the source">
    It identifies the supplier, account, and connection from the invoice content.
  </Step>

  <Step title="Extract key fields">
    It extracts key fields — invoice number, dates, amounts, consumption data, and line items.
  </Step>

  <Step title="Create the invoice">
    It creates an invoice record with the extracted data.
  </Step>
</Steps>

<Frame>
  <img src="https://mintcdn.com/utilified/jAVFMAGPv86NPuGP/images/utiliread/utiliread-list.png?fit=max&auto=format&n=jAVFMAGPv86NPuGP&q=85&s=b1a71cd8306c632a730cb88592b98e58" alt="UtiliRead OCR processing history shown in a data grid" width="1440" height="900" data-path="images/utiliread/utiliread-list.png" />
</Frame>

## OCR processing history

The UtiliRead page shows a history of all OCR processing jobs:

| Column           | Description                           |
| ---------------- | ------------------------------------- |
| **Status**       | Processing result — SUCCESS or FAILED |
| **Date Started** | When the OCR job began                |
| **Date Ended**   | When the OCR job completed            |
| **User Added**   | The user who triggered the upload     |

Click **See Details** on any job to view the extracted data, original document, and any processing errors.

### Uploading invoices

The **Upload invoices** button in the page header takes you to the Invoices page **Uploads** tab for uploading new invoices. The UtiliRead page itself is focused on viewing OCR processing history and results.
