-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chage test from dev to master #920
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b3e142 - Browse repository at this point
Copy the full SHA 6b3e142View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54844a5 - Browse repository at this point
Copy the full SHA 54844a5View commit details
Commits on Nov 7, 2024
-
feat(model): add xycut algorithm for block sorting
- Implement xycut algorithm to sort blocks when layoutreader fails - Add recursive_xy_cut function to perform the xycut algorithm- Update pdf_parse_union_core_v2.py to use xycut when layoutreader fails - Modify draw_bbox.py to handle cases where layoutreader fails to sort blocks
Configuration menu - View commit details
-
Copy full SHA for 7d5850e - Browse repository at this point
Copy the full SHA 7d5850eView commit details -
Merge pull request #898 from myhloli/fix-line-over-512
feat(model): add xycut algorithm for block sorting
Configuration menu - View commit details
-
Copy full SHA for 2600d32 - Browse repository at this point
Copy the full SHA 2600d32View commit details
Commits on Nov 8, 2024
-
refactor(pdf_parse): adjust line count limit for layoutreader
- Decrease the maximum line count from 512 to 316 for layoutreader
Configuration menu - View commit details
-
Copy full SHA for 5468e56 - Browse repository at this point
Copy the full SHA 5468e56View commit details -
refactor(pdf_parse): adjust line count threshold for layoutreader
- Lower the line count threshold from 316 to 200 to ensure compatibility - This change aims to prevent potential issues with layoutreader's maximum line support
Configuration menu - View commit details
-
Copy full SHA for 5936684 - Browse repository at this point
Copy the full SHA 5936684View commit details -
Merge pull request #902 from myhloli/fix-line-over-512
refactor(pdf_parse): adjust line count threshold for layoutreader
Configuration menu - View commit details
-
Copy full SHA for 5f79453 - Browse repository at this point
Copy the full SHA 5f79453View commit details -
xu rui committed
Nov 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 7859c73 - Browse repository at this point
Copy the full SHA 7859c73View commit details -
xu rui committed
Nov 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 91f8cbe - Browse repository at this point
Copy the full SHA 91f8cbeView commit details -
Merge pull request #906 from icecraft/feat/add_en_docs
Feat/add en docs
Configuration menu - View commit details
-
Copy full SHA for 784c61a - Browse repository at this point
Copy the full SHA 784c61aView commit details -
xu rui committed
Nov 8, 2024 Configuration menu - View commit details
-
Copy full SHA for aa3df5f - Browse repository at this point
Copy the full SHA aa3df5fView commit details -
Merge pull request #907 from icecraft/feat/using_next_docs
feat: using next_docs
Configuration menu - View commit details
-
Copy full SHA for 9581fcd - Browse repository at this point
Copy the full SHA 9581fcdView commit details -
feat(table): integrate RapidTable model for table recognition
- Add RapidTable model support for table recognition - Update table model configuration and initialization - Modify table recognition process to use RapidTable when specified - Add RapidTable dependency to setup.py
Configuration menu - View commit details
-
Copy full SHA for 240fe99 - Browse repository at this point
Copy the full SHA 240fe99View commit details -
refactor(table): update default table model to Rapid Table
- Change the default table model from TABLE_MASTER to RAPID_TABLE
Configuration menu - View commit details
-
Copy full SHA for e78edb1 - Browse repository at this point
Copy the full SHA e78edb1View commit details -
Merge pull request #910 from myhloli/dev
feat(table): integrate RapidTable model for table recognition
Configuration menu - View commit details
-
Copy full SHA for 74fba47 - Browse repository at this point
Copy the full SHA 74fba47View commit details -
style(gradio-app): add missing file type in upload
- Add missing '.jpg' file type to the list of allowed file types for upload
Configuration menu - View commit details
-
Copy full SHA for 8ea2381 - Browse repository at this point
Copy the full SHA 8ea2381View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd8da7b - Browse repository at this point
Copy the full SHA dd8da7bView commit details -
Merge pull request #911 from myhloli/dev
fix(gradio-app): add missing file type in upload
Configuration menu - View commit details
-
Copy full SHA for 8eb699e - Browse repository at this point
Copy the full SHA 8eb699eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a09d9e8 - Browse repository at this point
Copy the full SHA a09d9e8View commit details