1. 16 Apr, 2025 1 commit
    • myhloli's avatar
      test(table): update unit test to use RapidTable model · b36b469a
      myhloli authored
      - Rename test file from test_tablemaster.py to test_rapidtable.py
      - Replace TableMasterPaddleModel with RapidTableModel
      - Update test case to use new model and adjust assertions accordingly
      - Remove some outdated assertions and comments
      b36b469a
  2. 18 Nov, 2024 1 commit
  3. 15 Nov, 2024 2 commits
  4. 08 Nov, 2024 2 commits
  5. 06 Nov, 2024 1 commit
    • myhloli's avatar
      test(table): improve HTML validation for table extraction · 04ec6aad
      myhloli authored
      - Add lxml dependency for HTML parsing
      - Update test case to use XPath and HTML parser for structure and content validation
      - Check for presence of essential HTML elements like <table>, <thead>, <tbody>, <tr>, and <td>
      - Validate column headers and specific row contents
      04ec6aad
  6. 12 Sep, 2024 1 commit
  7. 02 Sep, 2024 2 commits