-
Notifications
You must be signed in to change notification settings - Fork 7.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return separate Excel sheets for tables while using paddleocr structure #14419
base: main
Are you sure you want to change the base?
Conversation
* Update PP-OCRv4_introduction.md * Update PP-OCRv4_introduction.md * Update PP-OCRv4_introduction.md
…Paddle:Release/2.7 (PaddlePaddle#10655) * Don't break overall processing on a bad image * Add preprocessing common to OCR tasks Add preprocessing to options
added missing pyyaml library
Co-authored-by: Dennis <[email protected]> Co-authored-by: shiyutang <[email protected]>
* 修改数据增强导致的DSR报错 * 错误修改回滚
Fixed simple spelling errors.
…ile (PaddlePaddle#10181) (PaddlePaddle#10707) * Fix fitz camelCase deprecation and .PDF not being recognized as pdf file * refactor get_image_file_list function
fix: tutorial link
…addlePaddle#10709) * fix undefined save_model_dir when using wand * Update program.py
typo error: replaced single quotation mark with backticks.
typo error
* fix: release memory after predict * fix: release memory
typo error correction
Created `2. Environment` header section which was missing before.
fix: typo error
fix: typo error correction
* update paddlex intro * update paddlex intro
structure_boxes的索引用错了,导致dis和iou可能无法正确计算
* Update custom.md AceIssueSolver has not been deployed for the project, I'd like to suggest removing the misleading text in issue template. * correct typo and grammar in .github/pull_request_template.md
* fix: Correct misuse of `try_import` from `paddle.utils` (PaddlePaddle#11820) This commit addresses the incorrect usage of the `try_import` function from `paddle.utils` in both `ppocr/utils/utility.py` and `ppstructure/pdf2word/pdf2word.py`. * bump version to 2.7.3 --------- Co-authored-by: NeterOster <[email protected]>
…addle#11831) release/2.7.1 branch Co-authored-by: ToddBear <[email protected]>
File "/usr/local/lib/python3.10/dist-packages/paddleocr/ppstructure/utility.py", line 230 g avg_char_width = (bbox_x_end - bbox_x_start) / len(rec_str) IndentationError: expected an indented block after 'else' statement on line 229 Unexpected character removed
…en the number of cells across rows or columns is greater than 10 (PaddlePaddle#11839)
Thanks for your contribution! |
|
please only include your commit |
modified predict.py file to return separate excel sheet according to the number of tables detected.