Is your feature request related to a problem? Please describe.
There's no built-in way to verify that extracted data is complete or hasn't been corrupted. Users can't easily validate the integrity of their extractions.
Describe the solution you'd like
Implement data validation commands that check for missing cards, verify image file integrity, validate JSON structure, and provide extraction completeness reports.
Describe alternatives you've considered
Manual spot-checking of data or writing custom validation scripts, which is time-consuming and error-prone.
Additional context
Important for users who rely on the extracted data for analysis or collection management and need confidence that their data is complete and accurate.
Is your feature request related to a problem? Please describe.
There's no built-in way to verify that extracted data is complete or hasn't been corrupted. Users can't easily validate the integrity of their extractions.
Describe the solution you'd like
Implement data validation commands that check for missing cards, verify image file integrity, validate JSON structure, and provide extraction completeness reports.
Describe alternatives you've considered
Manual spot-checking of data or writing custom validation scripts, which is time-consuming and error-prone.
Additional context
Important for users who rely on the extracted data for analysis or collection management and need confidence that their data is complete and accurate.