Glossary

Application Programming Interface (API)

An API is constructed of rules and protocols allowing software applications to communicate and interact with each other.

Optical Character Recognition (OCR)

Optical Character Recognition (OCR) is a method of extracting electronic text from images.

Quick Response (QR) Code

A Quick Response (QR) code encodes information within a pattern of black and white squares. Use smartphones or QR code readers to decode QR codes.

Representational State Transfer (REST)

REST provides a framework for building web services that are scalable, stateless, and interoperable. Developers use RESTful systems for creating APIs (Application Programming Interfaces) to communicate and exchange application data over the internet.