Automatic processing
This example shows how you can upload bank account applications to the server and capture the customers’ data.The example code performs the following steps:
- Connects to the service
- Starts working with 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
This example shows how you can create an additional stage of manual data processing.The example code performs the following steps:
- Configures the connection
- Opens 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
