Standalone API Usage
This section describes the basic structure of a standalone application using the API. See the source referenced in .NET API Examples. Typically, your application takes the following actions:
-
Create an
EDKFactoryinstance and useGetTextExtractionEngineto construct anITextExtractionEngine. -
Use the engine
GetSession()method to create anITextExtractionSession. -
Add UTF-8 encoded data to the session, for example by using
SetInputStreamorAddInputText. -
Iterate over the session to obtain
IExtractionMatchresults.