1.11.0
- Uses GiniBankAPILibrary 1.5.0.
Features and improvements:
- Adds
candidates
property toAnalysisResult
. This allows retrieving the extraction candidates. To learn more about extraction candidates please visit our API documentation.
Minor breaking change:
- Affects clients who use a custom
GiniCaptureNetworkService
implementation: theExtractionResult
initialiser has a newcandidates
parameter now. If your backend sends you the extraction candidates then please pass them to the new parameter. If not, then simply pass in an empty map[:]
.