Skip to main content
Both examples are complete C# solutions that call the Web Services API of the ABBYY FlexiCapture Application Server. Open either one in Visual Studio 2013 or later.

Automatic processing

The Example of automatic processing uploads bank account applications to the server and captures the customers’ data. The example code performs the following steps:
  • Connects to the service
  • Opens a session
  • Opens the project
  • Creates a new batch
  • Adds images to the batch
  • Starts processing the batch
  • Gets the results and displays the captured data
  • Closes the session

Manual processing

The Example of manual processing creates an additional stage of manual data processing. The example code performs the following steps:
  • Configures the connection
  • Starts working with the project
  • Gets and processes the list of tasks
  • Processes each task at the service stage
  • Uploads the file to the server
  • Closes the session