Skip to main content
September 11, 2023
Question

Document classification and document extraction

  • September 11, 2023
  • 1 reply
  • 0 views

I need the document classification service to send the document to a gate and it sends the document through the correct path to extract the document, but I don't know how to configure the outputs of the classification service so that the result is not the threshold if not the document and thus configure the XOR gate

1 reply

boddupallib637791
September 12, 2023

classify documents smart service will return result as classificationResult type which contains document, document type, confidence score , error message. so now you can configure your XOR gate according to type which path should be choosed.