- 05 Jan, 2025 1 commit
-
-
myhloli authored
- Add missing 'else' statement in OCR model selection logic - Ensure consistent formatting of 'if' statements for better readability - Remove unnecessary empty line in the 'app.py' file
-
- 03 Jan, 2025 1 commit
-
-
yzz authored
-
- 18 Dec, 2024 1 commit
-
-
myhloli authored
- Add automatic conversion of uploaded files to PDF - Update max page slider range and default value- Prevent interaction with PDF preview to avoid errors - Increase Markdown rendering height for better visibility - Update file change event handling for PDF conversion - Modify supported image suffixes for file upload
-
- 17 Dec, 2024 1 commit
-
-
myhloli authored
- Add YOLOv11 language detection model for PDF documents - Implement language detection in PymuDocDataset - Update app.py to include 'auto' language option - Create language detection utilities and constants
-
- 12 Dec, 2024 1 commit
-
-
icecraft authored
-
- 06 Dec, 2024 1 commit
-
-
myhloli authored
- Remove concurrency limit logic from app.py - Update model initialization process in various modules - Remove unused VRAM check for concurrency limit - Refactor OCR model initialization in pdf_extract_kit.py - Update txt_spans_extract_v2 function to use lang parameter instead of ocr_model
-
- 03 Dec, 2024 2 commits
-
-
myhloli authored
- Update VRAM checking logic in app.py and model_utils.py - Add None and type checks for VRAM values - Adjust concurrency limit calculation in app.py - Modify clean_vram function to handle cases with no VRAM information
-
myhloli authored
- Add get_concurrency_limit function to calculate concurrency limit based on VRAM - Update clean_vram function and rename to get_vram for better clarity - Apply concurrency limit to the to_markdown function in the Gradio app
-
- 30 Nov, 2024 1 commit
-
-
houlinfeng authored
-
- 24 Nov, 2024 1 commit
-
-
icecraft authored
-
- 21 Nov, 2024 1 commit
-
-
icecraft authored
-
- 18 Nov, 2024 1 commit
-
-
icecraft authored
-
- 15 Nov, 2024 1 commit
-
-
houlinfeng authored
-
- 08 Nov, 2024 1 commit
-
-
myhloli authored
- Add missing '.jpg' file type to the list of allowed file types for upload
-
- 05 Nov, 2024 1 commit
-
-
houlinfeng 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
-
- 26 Oct, 2024 1 commit
-
-
Hui authored
-
- 23 Oct, 2024 2 commits
-
-
myhloli authored
- Implement to_pdf function to convert non-PDF files to PDF format - Integrate file upload functionality for PDF and image files- Update UI to include file upload component and PDF preview - Add conversion button and update its functionality to handle new file types
-
myhloli authored
- Add new layout model option: DocLayout-YOLO - Implement model initialization and prediction for DocLayout-YOLO - Update configuration options to include new model- Modify existing code to support both LayoutLMv3 and DocLayout-YOLO models - Update Gradio app to support more Custom Switch
-
- 16 Oct, 2024 1 commit
-
-
myhloli authored
-
- 08 Oct, 2024 1 commit
-
-
myhloli authored
feat: add arXiv paper link to header and adjust PDF parsing logic- Add arXiv paper link to the header template for easy access to the latest research paper. - Modify the PDF parsing logic to handle edge cases more accurately, particularly in determining the number of lines in a block based on its height.
-
- 27 Sep, 2024 7 commits
-
-
sfk authored
-
myhloli authored
Add the web_api project to the lists of projects in both the English and Chinese README.md files, providing a brief description and linking to the project's documentation. Ensure that the formatting and style are consistent with the existing project entries.
-
dechen lin authored
-
houlinfeng authored
-
houlinfeng authored
-
houlinfeng authored
-
dechen lin authored
-
- 26 Sep, 2024 5 commits
-
-
sfk authored
-
dechen lin authored
-
unknown authored
-
houlinfeng authored
-
houlinfeng authored
-
- 25 Sep, 2024 2 commits
-
-
houlinfeng authored
-
houlinfeng authored
-
- 20 Sep, 2024 2 commits
-
-
houlinfeng authored
-
dechen lin authored
-
- 19 Sep, 2024 2 commits
-
-
dechen lin authored
-
dechen lin authored
-
- 12 Sep, 2024 1 commit
-
-
myhloli authored
-