1. 12 Sep, 2024 18 commits
  2. 11 Sep, 2024 1 commit
  3. 10 Sep, 2024 16 commits
  4. 09 Sep, 2024 5 commits
    • myhloli's avatar
      fix(UNIPipe): add language parameter support for document analysis · ef39b825
      myhloli authored
      Introduce a new parameter `lang` to the `UNIPipe` class's `parse_union_pdf` function to allow
      specifying the language for document analysis. This enhancement enables users to customizethe language setting for better processing of multilingual documents.
      ef39b825
    • myhloli's avatar
      cf48c1f9
    • Kaiwen Liu's avatar
      fix: resolve inaccuracy of drawing layout box caused by paragraphs combination #384 (#574) · 58a00317
      Kaiwen Liu authored
      * fix: resolve inaccuracy of drawing layout box caused by paragraphs combination
      
      * fix: resolve inaccuracy of drawing layout box caused by paragraphs combination #384
      
      * fix: resolve inaccuracy of drawing layout box caused by paragraphs combination #384
      
      * fix: resolve inaccuracy of drawing layout box caused by paragraphs combination #384
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update README_zh-CN.md
      
      add HF、modelscope、colab url
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Rename README.md to README_zh-CN.md
      
      * Create readme.md
      
      * Rename readme.md to README.md
      
      * Rename README.md to README_zh-CN.md
      
      * Update README_zh-CN.md
      
      * Create README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * Update README_zh-CN.md
      
      * Update README.md
      
      * Update README_zh-CN.md
      
      * fix: resolve inaccuracy of drawing layout box caused by paragraphs combination #384
      
      ---------
      Co-authored-by: 's avatarXiaomeng Zhao <moe@myhloli.com>
      Co-authored-by: 's avatarsfk <18810651050@163.com>
      58a00317
    • myhloli's avatar
      f9841a0c
    • myhloli's avatar
      feat(ocr): pass language parameter for custom model init · 4b372f3f
      myhloli authored
      Pass the `lang` parameter to `custom_model_init` in `doc_analyze` to support language-specific OCR configurations. This enhancement allows the use of language information to improve OCR accuracy when processing PDFs.
      4b372f3f