1. 17 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 Feb, 2025 1 commit
  4. 11 Jan, 2025 1 commit
    • myhloli's avatar
      fix: update resource URLs to jsdelivr · a1c4f22a
      myhloli authored
      - Replace Gitee URLs with jsdelivr URLs in multiple files
      - Update Dockerfile instructions to use new URLs
      - Modify documentation to reflect new resource location
      - Adjust scripts and READMEs to point to new URL for downloads
      a1c4f22a
  5. 07 Jan, 2025 4 commits
  6. 06 Jan, 2025 3 commits
  7. 13 Dec, 2024 3 commits
  8. 11 Dec, 2024 1 commit
  9. 06 Dec, 2024 1 commit
  10. 27 Nov, 2024 2 commits
  11. 26 Nov, 2024 4 commits
  12. 22 Nov, 2024 1 commit
    • Alex Liu's avatar
      Add test cases to json compressor util (#1056) · 93208f44
      Alex Liu authored
      * delete unused pipeline file
      
      * add json test circle
      
      * add size reduction test case
      
      * add serializable test case
      
      * add invalid json compress test case
      
      * add empty test case
      
      * add special char test case
      93208f44
  13. 21 Nov, 2024 1 commit
  14. 18 Nov, 2024 5 commits
  15. 17 Nov, 2024 2 commits
  16. 15 Nov, 2024 2 commits
  17. 08 Nov, 2024 2 commits
  18. 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
  19. 01 Nov, 2024 1 commit
  20. 30 Oct, 2024 1 commit
  21. 29 Oct, 2024 1 commit
    • myhloli's avatar
      (docs&build): switch to Aliyun PyPI mirror · 4c412b28
      myhloli authored
      - Update PyPI mirror from Tsinghua to Aliyun in multiple Dockerfiles and installation scripts
      - This change may improve package download speed and reliability for users in China
      4c412b28