"server/internal/vscode:/vscode.git/clone" did not exist on "eb2b22b042df6edcc7dc825e2822fe3b7bb6c369"
  1. 11 Dec, 2024 1 commit
  2. 10 Dec, 2024 4 commits
    • myhloli's avatar
      refactor(model): update import paths for PaddleOCR modules · 061c03a0
      myhloli authored
      - Change import paths from paddleocr.ppocr to ppocr for utility functions
      - Update import paths for logging and utility modules in ppocr_273_mod.py- Modify import paths for tablemaster_paddle.py to use ppstructure instead of paddleocr.ppstructure
      061c03a0
    • myhloli's avatar
      refactor(tablemaster): update import paths for TableSystem and init_args · 01cd633d
      myhloli authored
      - Change import path for TableSystem from 'ppstructure.table.predict_table' to 'paddleocr.ppstructure.table.predict_table'
      - Change import path for init_args from 'ppstructure.utility' to 'paddleocr.ppstructure.utility'
      01cd633d
    • myhloli's avatar
      refactor(magic_pdf): update paddleocr module import paths · 56fad23d
      myhloli authored
      - Modify import paths for paddleocr utilities in ocr_utils.py and ppocr_273_mod.py
      - Change from `ppocr.utils.utility` to `paddleocr.ppocr.utils.utility`
      - Update related import statements in two files to reflect the new path
      56fad23d
    • myhloli's avatar
      fix(magic_pdf): disable PaddlePaddle signal handler · dd7f6781
      myhloli authored
      - Import paddle module and disable its signal handler to prevent interference with other components
      - This change addresses potential conflicts between PaddlePaddle and other libraries or system signals
      dd7f6781
  3. 09 Dec, 2024 2 commits
  4. 07 Dec, 2024 1 commit
  5. 06 Dec, 2024 9 commits
  6. 05 Dec, 2024 1 commit
    • myhloli's avatar
      perf(model): add threading lock for OCR model initialization · 04478095
      myhloli authored
      - Introduce a lock to synchronize access to OCR model initialization- This change improves thread safety when multiple threads access the OCR model concurrently
      - The lock ensures that the OCR model is initialized only once, even in multi-threaded scenarios
      04478095
  7. 03 Dec, 2024 5 commits
  8. 29 Nov, 2024 1 commit
  9. 28 Nov, 2024 1 commit
  10. 27 Nov, 2024 2 commits
  11. 26 Nov, 2024 2 commits
  12. 24 Nov, 2024 2 commits
  13. 22 Nov, 2024 2 commits
  14. 21 Nov, 2024 2 commits
    • myhloli's avatar
      refactor(txt_parse): improve text extraction accuracy with new algorithm · 309be741
      myhloli authored
      - Implement new text extraction method (txt_spans_extract_v2) to enhance accuracy
      - Add character filling in spans for better text reconstruction
      - Introduce empty span handling using OCR for missed text
      - Optimize span filtering and overlap removal
      309be741
    • myhloli's avatar
      feat(ocr): improve text detection and OCR accuracy · b2e37a2d
      myhloli authored
      - Update OCR utils to handle different box formats and improve angle calculation
      - Modify PDF extraction kit to support OCR option and optimize processing flow
      - Enhance PPOCR model to sort and filter detection boxes, improving text splitting accuracy
      b2e37a2d
  15. 19 Nov, 2024 1 commit
  16. 18 Nov, 2024 2 commits
  17. 15 Nov, 2024 1 commit
  18. 08 Nov, 2024 1 commit
    • myhloli's avatar
      feat(table): add RapidOCR support for RapidTable model · fe2c2c0d
      myhloli authored
      - Integrate RapidOCR with RapidTable model for table recognition
      - Improve memory management for devices with <= 8GB VRAM
      - Update table recognition process to use RapidOCR for RapidTable
      - Add rapidocr-paddle dependency in setup.py
      fe2c2c0d