1. 23 Apr, 2025 1 commit
  2. 16 Apr, 2025 2 commits
    • myhloli's avatar
      fix(test_table): update image path to use relative path · f5a56bf1
      myhloli authored
      - Replace hardcoded image path with dynamic path generation
      - Use os.path.join to create platform-independent file paths
      - Improve code maintainability and portability across different environments
      f5a56bf1
    • 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
  3. 18 Nov, 2024 1 commit
  4. 15 Nov, 2024 2 commits
  5. 08 Nov, 2024 2 commits
  6. 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
  7. 12 Sep, 2024 1 commit
  8. 02 Sep, 2024 2 commits