- 16 Apr, 2025 2 commits
-
-
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
-
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
-
- 18 Feb, 2025 1 commit
-
-
icecraft authored
-
- 11 Jan, 2025 1 commit
-
-
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
-
- 07 Jan, 2025 4 commits
- 06 Jan, 2025 3 commits
- 13 Dec, 2024 3 commits
- 11 Dec, 2024 1 commit
-
-
icecraft authored
-
- 06 Dec, 2024 1 commit
-
-
dt-yy authored
-
- 27 Nov, 2024 2 commits
- 26 Nov, 2024 4 commits
- 22 Nov, 2024 1 commit
-
-
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
-
- 21 Nov, 2024 1 commit
-
-
myhloli authored
- Commented out assertions in test_metascan_classify/test_classify.py - Commented out assertions in test_metascan_classify/test_meta_scan.py - This change affects multiple test cases across both test files
-
- 18 Nov, 2024 5 commits
- 17 Nov, 2024 2 commits
- 15 Nov, 2024 2 commits
- 08 Nov, 2024 2 commits
- 06 Nov, 2024 1 commit
-
-
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
-
- 01 Nov, 2024 1 commit
-
-
icecraft authored
-
- 30 Oct, 2024 1 commit
-
-
liukaiwen authored
-
- 29 Oct, 2024 1 commit
-
-
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
-
- 24 Oct, 2024 1 commit
-
-
icecraft authored
feat: add Data api
-