Skip to content
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

Open
wants to merge 84 commits into
base: main
Choose a base branch
from

Conversation

SHUBH4M-KUMAR
Copy link

modified predict.py file to return separate excel sheet according to the number of tables detected.

tink2123 and others added 30 commits August 11, 2023 16:20
* 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报错

* 错误修改回滚
…ile (PaddlePaddle#10181) (PaddlePaddle#10707)

* Fix fitz camelCase deprecation and .PDF not being recognized as pdf file

* refactor get_image_file_list function
…addlePaddle#10709)

* fix undefined save_model_dir when using wand

* Update program.py
typo error: replaced single quotation mark with backticks.
* fix: release memory after predict

* fix: release memory
Created `2. Environment` header section which was missing before.
* update paddlex intro

* update paddlex intro
structure_boxes的索引用错了,导致dis和iou可能无法正确计算
SHUBH4M-KUMAR and others added 23 commits January 17, 2024 16:41
* 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]>
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)
Copy link

paddle-bot bot commented Dec 18, 2024

Thanks for your contribution!

@CLAassistant
Copy link

CLAassistant commented Dec 18, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
7 out of 30 committers have signed the CLA.

✅ SigureMo
✅ dyning
✅ jzhang533
✅ zhangyubo0722
✅ SHUBH4M-KUMAR
✅ UserWangZz
✅ GreatV
❌ tink2123
❌ Topdu
❌ UserUnknownFactor
❌ itasli
❌ dvorst
❌ xu-peng-7
❌ USTCKAY
❌ ncoffman
❌ xiezheng-XD
❌ sagarjgb
❌ chungchamchi19
❌ shiyutang
❌ JIANG3330
❌ andyjiang1116
❌ savikko
❌ greyovo
❌ santlchogva
❌ Ataraxy33
❌ AliBasarann
❌ Harryoung
❌ NoExperienceCoder
❌ JiaXiao243
❌ tengxniu
You have signed the CLA already but the status is still pending? Let us recheck it.

@GreatV
Copy link
Collaborator

GreatV commented Dec 18, 2024

please only include your commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.