Merge main branch changes to release/3.3#17514
Closed
Bobholamovic wants to merge 76 commits intoPaddlePaddle:release/3.3from
Closed
Merge main branch changes to release/3.3#17514Bobholamovic wants to merge 76 commits intoPaddlePaddle:release/3.3from
Bobholamovic wants to merge 76 commits intoPaddlePaddle:release/3.3from
Conversation
* update docs * add methods
Frigate is a real-time NVR system that uses PaddleOCR for License Plate Recognition (LPR). Co-authored-by: AmirHossein_Omidi <151873319+AmirHoseinOmidi@users.noreply.github.com>
* update PaddleOCR-VL paper url * polish README
* Add hardware support * Add hardware support * fix * update * update
* fix conflict * fix doc2
* update fqa * Update PaddleOCR-VL.en.md * Update PaddleOCR-VL.en.md * Update PaddleOCR-VL.en.md * Update PaddleOCR-VL.md
…addle#16756) Signed-off-by: Adler Fleurant <2609856+AdlerFleurant@users.noreply.github.com>
* fix_doc * fix_doc
* update readme * fix code-style for readme
* Optimize docs for deployment of PaddleOCR-VL * Update docs * Fix not-using-doc-prepeocessor bug * Update dockerfiles and docs * Add SFT * Fix code style * Add PaddleOCR-VL-0.9B model into offline pipeline image * Support Windows * Add lower bound for paddleocr version * Revert windows and paddle 3.2.1 * Support setting paddleocr version * Fix typo * Update docker image sizes * Fix bug * Fix doc
* polish README * polish
* update PaddleOCR-VL.md * update * update * update * update * add en docs
* fix tips * update
* fix tips * fix tips
* [METAX] supports paddleOCR VL in metax_gpu * Fix code style * Fix code style
* fix docs * update * update
…ion (PaddlePaddle#16994) * Fix: Prevent auto-splitting of French accented words in text recognition Added support for Latin characters with diacritics (é, è, à, ç, etc.) and French contractions (n'êtes) in word grouping logic of BaseRecLabelDecode.get_word_info(). This fix ensures that French words are no longer split at accented characters during OCR text recognition. * moved test file and fix some style errors * fix: Move test file to tests/ directory and correct Unicode name check - Moved test_french_accents.py to tests/ directory following project structure - Removed invalid 'FRENCH' prefix from Unicode name check - Unicode standard only uses 'LATIN' prefix for all Latin-based characters - All French accented characters (é, è, à, ç, etc.) are correctly matched - Verified with comprehensive character set including uppercase/lowercase variants * style: Remove emojis from test file to maintain project code style
* Support Qianfan PP-StructureV3 MCP server * Bump version to 0.4.1
* update docs * update * update * update
…#17401) * Support MetaX GPU docker image * Update * Update dockerfile * Add docs * Polish docs * Update docs * Add mkdocs.yml
PaddlePaddle#17201) * fix: support accented characters in word segmentation for return_word_box Fixes PaddlePaddle#17156 The word segmentation in get_word_info() was using [a-zA-Z0-9] regex which only matched ASCII letters and digits. This caused words with accented characters (ä, ö, ü, é, à, etc.) to be incorrectly split into separate segments. Changed to use \w with re.UNICODE flag which properly matches: - All Unicode letter characters (including accented/diacritic characters) - Digits from all scripts - Excludes underscore (which \w includes but we want as splitter) This fix enables proper word grouping for German, French, Polish, and other languages with accented characters while maintaining backward compatibility with existing ASCII text processing. Example: 'Grüßen' now stays as one word instead of ['Gr', 'üß', 'en'] * fix: resolve pytest warning by using assert instead of return
Automatically generated security fix Co-authored-by: orbisai0security <orbisai0security@users.noreply.github.com> Co-authored-by: Lin Manhui <mhlin425@whu.edu.cn>
…arseQHead (PaddlePaddle#17019) Co-authored-by: Lin Manhui <mhlin425@whu.edu.cn>
* 参数修改 * 修改explanation为Description
* docs: 更新PP-DocTranslation等产线文档的参数描述格式 * Update doc_preprocessor.md * Update parameters and descriptions in PP-DocTranslation * Clarify usage of predict() method in doc_preprocessor Removed redundant explanation about predict_iter() method and clarified the usage of predict() method.
* 模块列表修改 * Update doc_vlm.md * Update table_classification.md * Update table_structure_recognition.md * Update seal_text_detection.md
* 表格参数说明修改 * 表格参数说明修改 * PaddleOCR-VL文档修改 * Enhance OCR.md with parameter explanations Added detailed descriptions for various parameters related to device selection, inference settings, and performance optimizations in the OCR documentation. * Update PP-ChatOCRv4.md * Update PaddleOCR-VL documentation for save_to_json() Clarify the behavior of save_to_json() method regarding output paths and numpy array conversion. * Fix default value for layout_nms in documentation Updated default initialization value for layout_nms parameter to True. --------- Co-authored-by: cuicheng01 <45199522+cuicheng01@users.noreply.github.com>
* 英文版产线列表文档修改 * Fix duplicate entry in PP-DocTranslation documentation Removed duplicate entry for saving visualization results. * 修改explanation为Description
* 模型列表英文修改 * 修改explanation为Description * 错误项修改
* add iluvatar docs * add npu doc * add npu en doc * delete safetensors desc * update * revert dockerfile * update --------- Co-authored-by: Bobholamovic <bob1998425@hotmail.com> Co-authored-by: Lin Manhui <mhlin425@whu.edu.cn>
|
Thanks for your contribution! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.