mauryaland
dc34f9b45a
use the env variable PADDLE_OCR_BASE_DIR if it exists to download models ( #14686 )
...
* use the env variable PADDLE_OCR_BASE_DIR to download models
* use PADDLE_OCR_BASE_DIR env variable to download models
2025-02-15 07:44:23 +08:00
mauryaland
44e17bae0a
allow environment variable for BASE_DIR models ( #14678 )
...
* allow environment variable for BASE_DIR models
* add doc for environment variable PADDLE_OCR_BASE_DIR
* fix code style error
2025-02-14 21:58:00 +08:00
Wang Xin
500e1a78cb
Update quick_start.md ( #14658 )
...
* Update quick_start.md
* update en doc
2025-02-11 11:52:41 +08:00
Tingquan Gao
17fff8cca4
fix dy shapes of trt for rec models ( #14654 )
2025-02-11 11:17:23 +08:00
nonwill
ff0509379c
cpp infer: using vector initialize list constructor ( #14656 )
2025-02-11 11:15:53 +08:00
timminator
2376b03ede
Add english docu for CMAKE compilation on windows ( #14641 )
...
Add english docu for CMAKE compilation on windows
Add english docu for CMAKE compilation on windows
Add english docu for CMAKE compilation on windows
2025-02-09 19:34:09 +08:00
nonwill
02f106d668
CPP: codes view and some minimum fix (compiler warning...) ( #14635 )
...
* CPP: minimum fix (compiler warning...)
* Codes Review
2025-02-08 11:09:24 +08:00
liuhongen1234567
2c0c4beb06
repair bleu score computation ( #14626 )
2025-02-06 16:02:59 +08:00
nonwill
ebd08eb385
CPP: tidied file header includes ( #14621 )
2025-02-05 21:24:44 +08:00
nonwill
ea710300b1
Make functions mostly noexcept to improve runtime performance ( #14613 )
2025-02-05 18:17:18 +08:00
Thanajade Dechananthachai
c685537e64
Add Thai character dictionary for OCR recognition ( #14620 )
...
* Add Thai character dictionary for OCR recognition
* Update Thai character dictionary with empty new line at end of file
2025-02-05 16:09:49 +08:00
nonwill
42a3c77309
CPP: emplace_back() replaces many push_back()...to improve performance ( #14610 )
2025-02-03 19:35:16 +08:00
dependabot[bot]
19c58a3974
build(deps): bump pypa/gh-action-pypi-publish ( #14603 )
...
Bumps the github-actions group with 1 update: [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ).
Updates `pypa/gh-action-pypi-publish` from 1.12.3 to 1.12.4
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](67339c736f...76f52bc884
)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-30 06:59:08 +08:00
hong
b18b656633
remove max inplace grad ( #14596 )
...
* remove max inplace grad
* update
2025-01-26 17:19:42 +08:00
dependabot[bot]
cf03afb10a
build(deps): bump the github-actions group with 3 updates ( #14573 )
...
Bumps the github-actions group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python ), [actions/stale](https://github.com/actions/stale ) and [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ).
Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
Updates `actions/stale` from 5 to 9
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v5...v9 )
Updates `pypa/gh-action-pypi-publish` from 1.4.2 to 1.12.3
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](27b31702a0...67339c736f
)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-26 10:35:06 +08:00
liuhongen1234567
b3e3588af9
repair train bug in multi gpu ( #14576 )
2025-01-22 11:04:01 +08:00
Christian Clauss
1049c66b6e
Keep GitHub Actions up to date with GitHub's Dependabot ( #14569 )
...
* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot )
* [Configuration options for the dependabot.yml file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem )
2025-01-21 12:26:27 +08:00
timminator
e62c1a91a0
Fix language error and spelling mistakes in the documentation ( #14571 )
2025-01-20 19:36:28 +08:00
liuhongen1234567
cf4c0591ba
repair bug in latexocr cpu infer and typo ( #14552 )
2025-01-16 15:56:13 +08:00
Liu Jiaxuan
52bc8f0eab
fix slanext export bug ( #14519 )
...
* add slanext models
* refine codes
* refine codes
* refine codes
* fix export SLANeXt
* fix export bugs
2025-01-09 11:49:23 +08:00
zhangyubo0722
bf2b73f0f0
add version control for export and modify hpi config ( #14513 )
2025-01-08 17:29:52 +08:00
Liu Jiaxuan
a6b96bbfb1
fix SLANeXt export bug ( #14512 )
...
* add slanext models
* refine codes
* refine codes
* refine codes
* fix export SLANeXt
2025-01-07 19:21:34 +08:00
vivienfanghuagood
359ab6cb76
fix latex_ocr inference ( #14498 )
...
* add
* update
* add
* add
2025-01-07 11:26:03 +08:00
liuhongen1234567
ed6fe285a8
add ppocrv4_doc dict ( #14499 )
2025-01-06 15:55:59 +08:00
zhangyubo0722
e314510319
import encryption for aistudio & fix sync bn
2025-01-03 15:34:29 +08:00
Sunflower7788
4f7476d7b8
fix_server_v4_det_output ( #14472 )
2025-01-03 11:59:22 +08:00
cuicheng01
a28196c002
update SLANet inference weights for adapt to paddle3.0b2 ( #14467 )
2024-12-30 18:45:49 +08:00
zhangyubo0722
2f0a29ed3a
modify export with pir ( #14441 )
2024-12-30 17:00:42 +08:00
liuhongen1234567
0d41ffc91d
repair formula bug when export ( #14442 )
2024-12-24 17:44:31 +08:00
liuhongen1234567
d523388ed1
Add pp formulanet ( #14429 )
...
* add ppformulanet
* rename loss
* modify doc
* add export code
* modify yaml for global ref
2024-12-23 13:14:33 +08:00
zhangyubo0722
0697d248f8
support export with pir and no pir ( #14379 )
2024-12-19 20:16:26 +08:00
liuhongen1234567
04c989b7fe
repair type bug for ppocrv3 ( #14397 )
2024-12-16 14:19:57 +08:00
TongZ
d8a20b16ad
fix: replace `rec_image_shape` when manually set ( #14371 )
2024-12-16 08:14:37 +08:00
Liu Jiaxuan
ae67d96f3e
add slanext models ( #14374 )
...
* add slanext models
* refine codes
* refine codes
* refine codes
2024-12-13 13:39:19 +08:00
wanghuancoder
f49dec92d6
fix shape64 ( #14376 )
2024-12-12 16:02:56 +08:00
liuhongen1234567
78e7184022
add unimernet model ( #14357 )
...
* add unimernet model
* add commate and single test
* repair pytest
* delete export and infer
* delete [ file
2024-12-12 14:17:24 +08:00
fangfangzk
2672be5763
fix:calcute the left_center_pt and right_center_pt from min_area_quad ( #14363 )
2024-12-11 21:56:34 +08:00
Sunflower7788
bb7e24eea3
update_det_static ( #14372 )
2024-12-11 20:39:21 +08:00
BUJIQI
4cfeb4cce5
docs: add method for cropping images with polygonal points
2024-12-11 12:20:54 +08:00
Wang Xin
95860943c3
docs: update algorithm_rec_cppd.md ( #14366 )
2024-12-10 22:01:41 +08:00
SWHL
71ca81591a
docs: add warning of Apolications part ( #14338 )
...
* docs: add warning of Apolications part
* docs: fix typo
2024-12-06 10:20:39 +08:00
wanghuancoder
9c01b43301
paddle.shape return int64 tensor ( #14318 )
2024-12-04 14:26:57 +08:00
Wang Xin
83323b55d5
fix: unable to export images without text to docx format ( #14306 )
2024-12-04 10:22:33 +08:00
AmberC0209
778d044f6e
update install command ( #14314 )
2024-12-03 12:01:02 +08:00
liuhongen1234567
6d2bc9f573
add d2s_train_image_shape for static train ( #14312 )
2024-12-02 20:03:12 +08:00
Wang Xin
6a75046607
docs: update quick_start and recognition doc ( #14302 )
2024-11-30 16:10:42 +08:00
Farhan Hai Khan
b9d45b9871
docs: Fix chinese image being displayed on the english readme page ( #14299 )
...
Fix chinese image being displayed on the english readme page
2024-11-29 19:36:40 +08:00
liuhongen1234567
0018cbd2b6
support latexocr static train ( #14297 )
2024-11-29 17:44:53 +08:00
liuhongen1234567
8fdc409edf
change support list ( #14293 )
2024-11-29 15:18:54 +08:00
Coobiw
b6bcde143d
fix: Title text partially missing issue in `recovery_to_markdown.py` ( #14216 )
...
* fix: Title text partially missing issue in `recovery_to_markdown.py`
* fix: Title text partially missing issue in `recovery_to_markdown.py`
* fix the code style for pr
2024-11-27 21:41:22 +08:00