PaddleOCR/doc/doc_en/algorithm_en.md

12 lines
557 B
Markdown
Raw Normal View History

2022-04-21 13:24:31 +08:00
# Academic Algorithms and Models
PaddleOCR will add cutting-edge OCR algorithms and models continuously. Check out the supported models and tutorials by clicking the following list:
- [text detection algorithms](./algorithm_overview_en.md#11)
- [text recognition algorithms](./algorithm_overview_en.md#12)
- [end-to-end algorithms](./algorithm_overview_en.md#2)
2022-07-05 17:31:53 +08:00
- [table recognition algorithms](./algorithm_overview_en.md#3)
2022-04-21 13:24:31 +08:00
2022-07-05 17:31:53 +08:00
Developers are welcome to contribute more algorithms! Please refer to [add new algorithm](./add_new_algorithm_en.md) guideline.