Three capabilities read content out of documents and images so it can be turned into data you can use. All three run on Amazon Web Services using your installation's existing credentials.
The three capabilities
- Document reading — pulling fields and line items out of invoices, forms and scanned documents.
- Text analysis — detecting what language a piece of text is written in.
- Image analysis — detecting what is in a photograph.
How they are used
These are services ActiveManage and your application call rather than screens you use directly. Where they appear in your system depends on how it has been built — typically behind a document or image upload.
These or the AI Gateway?
There is genuine overlap, since a modern language model can also read a document. As a rule of thumb:
- Document reading for structured extraction at volume. It is consistent and returns properly typed fields and tables.
- The AI Gateway for documents whose shape you cannot predict, or where you want an interpretation rather than a transcription.
- Both together is a common and effective combination — extract the data first, then reason over the result.