1. 18 Dec, 2024 1 commit
  2. 17 Dec, 2024 1 commit
  3. 16 Dec, 2024 1 commit
  4. 13 Dec, 2024 2 commits
  5. 12 Dec, 2024 3 commits
  6. 11 Dec, 2024 2 commits
  7. 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
  8. 09 Dec, 2024 2 commits
  9. 07 Dec, 2024 1 commit
  10. 06 Dec, 2024 9 commits
  11. 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
  12. 03 Dec, 2024 5 commits
  13. 29 Nov, 2024 1 commit
  14. 28 Nov, 2024 1 commit
  15. 27 Nov, 2024 2 commits
  16. 26 Nov, 2024 2 commits
  17. 24 Nov, 2024 2 commits