Hi Savita / Zoltán,
I missed the original question in the Community. We have a solution in Production which uses the wTM API to OCR documents and surface the data.
This page provides details of the API:
https://www.ibm.com/docs/en/datacap/9.1.9?topic=reference-datacap-web-services-rest-api-methods
It's possible to work with batches of documents in the 'traditional' sense, but it's also possible to submit individual transactions and get the results back. Which method you use will depend very much on your use-case.
If using transactions, you need to:
- Log in to the application (use SessionLogon)
- Start a transaction (use TransactionStart)
- Upload your image and XML (use TransactionSetFile)
- Carry out the processing (use TransactionExecute)
- Get the results (use TransactionGetFile)
- End the transaction (use TransactionEnd)
- Log out of the application
Hope this helps!
Shaun
------------------------------
Shaun McDowall
------------------------------
Original Message:
Sent: Wed January 08, 2025 04:23 AM
From: Savita Bangera
Subject: Datacap webservices
Please let me know if been able to extract OCR data using Web Services
------------------------------
Savita Bangera
Original Message:
Sent: Mon May 16, 2022 10:36 AM
From: Community Support Admin
Subject: Datacap webservices
We have a solution for this requirement. Please let me know if you are interested.
#IBMDatacap
#Support
#SupportMigration