Hello,
I’ve implemented BlinkID Web SDK in a Vue.js app for scanning a ID card.
BlinkID initializes correctly and the scan completes successfully. The response returns extracted text data, but image data is missing from subResults (document/face images are not included).
After the scan finishes, blinkid.js also throws this error internally:
No success process result, should not happen
The app is running on Node.js v12 (older version), so I’m wondering if this could be related.