Commit Graph

2 Commits (dcdcdf4cb2b43b8c01ff8b1d1ade4c1f5925f04b)

Author SHA1 Message Date
fengruixiang c4e27aa58f docs(kyc): add detailed configuration and scanner integration documents
- Add comprehensive KYCConfig analysis covering OCR service, code mappings,
  entity parsing rules, supported certificates, translations, match rules,
  attachment and scan settings, and processor architecture
- Include database storage details for tenant-level configuration overrides
- Add full interface manual for DKePassport Windows SDK including hardware
  specs, protocol, commands, data fields, error codes, and sample usage
- Update Scanner_Integration.md with backend mapping explanation for new SDK
- Document key configuration files and how new SDK changes affect code and
  parsing mappings
- Compare certificate code differences between old and new scanner SDKs
- Highlight required mapping adjustments for fields and certificate codes under
  the new SDK integration
2026-05-07 05:59:47 +08:00
fengruixiang 570a155399 feat(scanner): add intelligent passport web terminal with real-time WS communication
- Implemented WebSocket connection management with connect, disconnect, and send commands
- Added UI for server URL input, command selection, and send button with loading states
- Developed message logging system with text and table views and export functionality
- Included avatar display area supporting base64 image data with lazy loading and error handling
- Created data table showing structured passport information with protocol-based field mappings
- Integrated support for Base64 image data markers and toggleable full data display in logs
- Used Tailwind CSS with custom theme colors and utility classes for consistent styling
- Ensured accessibility with responsive layout and interactive controls
- Added detailed error and connection status messages for better user feedback
2026-04-30 17:05:37 +08:00