1. 09 Sep, 2024 2 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
      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
  2. 30 Aug, 2024 1 commit
    • Xiaomeng Zhao's avatar
      feat(cli&analyze&pipeline): add start_page and end_page args for pagination (#507) · 0f91fcf6
      Xiaomeng Zhao authored
      * feat(cli&analyze&pipeline): add start_page and end_page args for paginationAdd start_page_id and end_page_id arguments to various components of the PDF parsing
      pipeline to support pagination functionality. This feature allows users to specify the
      range of pages to be processed, enhancing the efficiency and flexibility of the system.
      
      * feat(cli&analyze&pipeline): add start_page and end_page args for paginationAdd start_page_id and end_page_id arguments to various components of the PDF parsing
      pipeline to support pagination functionality. This feature allows users to specify the
      range of pages to be processed, enhancing the efficiency and flexibility of the system.
      
      * feat(cli&analyze&pipeline): add start_page and end_page args for paginationAdd start_page_id and end_page_id arguments to various components of the PDF parsing
      pipeline to support pagination functionality. This feature allows users to specify the
      range of pages to be processed, enhancing the efficiency and flexibility of the system.
      0f91fcf6
  3. 11 Jul, 2024 1 commit
  4. 19 Jun, 2024 1 commit
  5. 18 Jun, 2024 1 commit
  6. 17 Jun, 2024 1 commit
  7. 08 May, 2024 1 commit
  8. 07 May, 2024 1 commit
  9. 30 Apr, 2024 1 commit
  10. 29 Apr, 2024 1 commit
  11. 26 Apr, 2024 1 commit
  12. 25 Apr, 2024 1 commit
  13. 22 Apr, 2024 1 commit
  14. 18 Apr, 2024 1 commit
  15. 17 Apr, 2024 3 commits
  16. 16 Apr, 2024 3 commits
  17. 15 Apr, 2024 2 commits