Feature request: property WasSuccessful/IsEmpty for ExtractedData

Hello,

We are interested in a property that signalizes whether an extraction was successful.

We are calling this:

var extractionOptions = new ExtractionOptions { UseRawTextExtraction = false, };
var extractedData = extractor.Extract(document, extractionOptions);

But the extractedData instance has only 1 method called “Serialize”.

We’d be interested in a property “WasSuccessful” or “IsEmpty” or similar to know whether the extraction was successful or whether it was not able to extract anything from that file…

@jamsharp
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): SEARCHNET-3470

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@jamsharp

We added IsExtractionSuccessful property to ExtractedData class.
This improvement will be available in 25.3. As the release gets on-board, we’ll notify you.

Thank you very much!

1 Like