Accuracy calculation for data extraction involves comparing extracted data against expected data, taking into account both the content and structure of the data. This process is relatively straightforward for scalar values, but more complex for arrays due to potential mismatches in row ordering and count.
The accuracy calculation becomes more complex when there are differences between the extracted and expected array structure. Consider the following scenarios: