<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>风智方舟 - paddle OCR</title>
    <link>https://www.9d88.com/forum-5-1.html</link>
    <description>Latest 20 threads of paddle OCR</description>
    <copyright>Copyright(C) 风智方舟</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 12 Jun 2026 23:41:19 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://www.9d88.com/static/image/common/logo_88_31.gif</url>
      <title>风智方舟</title>
      <link>https://www.9d88.com/</link>
    </image>
    <item>
      <title>【PPOCR】paddleocr快速使用</title>
      <link>https://www.9d88.com/thread-78-1-1.html</link>
      <description><![CDATA[[md]![ppocrv4_framework.png](data/attachment/forum/202409/14/135522j2ff7m52bujurfzk.png)


### 1、使用默认路径


```
import cv2
from paddleocr import PaddleOCR

paddleocr = PaddleOCR(lang=\'ch\', show_log=False)

img = cv2.imread(\'test.jpg\')  # 打开需]]></description>
      <category>paddle OCR</category>
      <author>云天徽上</author>
      <pubDate>Sat, 14 Sep 2024 05:46:47 +0000</pubDate>
    </item>
    <item>
      <title>【PPOCR】PPOCRLabel安装使用流程</title>
      <link>https://www.9d88.com/thread-77-1-1.html</link>
      <description><![CDATA[[md]1.安装与运行
准备：
安装conda
创建虚拟环境conda create -n google_ocr python=3.9
激活虚拟环境 conda activate google_ocr
 
1.1 安装PaddlePaddle

pip install --upgrade pip
# 如果您的机器安装的是CUDA9或CUDA10，请运行以下命令安装
python -m pip install ...]]></description>
      <category>paddle OCR</category>
      <author>云天徽上</author>
      <pubDate>Tue, 27 Aug 2024 02:01:55 +0000</pubDate>
    </item>
    <item>
      <title>【PPOCR】PaddleOCR训练en_PP-OCRv4_rec_infer识别模型</title>
      <link>https://www.9d88.com/thread-76-1-1.html</link>
      <description><![CDATA[[md]###  1. 文本识别模型微调
#### 1.1 数据选择
数据量：不更换字典的情况下，建议至少准备5000张的文本识别数据集用于模型微调；如果更换了字典（不建议），需要的数量更多。

数据分布：建议分布与实测场景尽量一致。如果实测场景包含大量短文本，则训练数据中建议 ...]]></description>
      <category>paddle OCR</category>
      <author>云天徽上</author>
      <pubDate>Tue, 20 Aug 2024 03:27:44 +0000</pubDate>
    </item>
    <item>
      <title>【PPOCR】PaddleOCR微调en_PP-OCRv3_det_infer检测模型</title>
      <link>https://www.9d88.com/thread-75-1-1.html</link>
      <description><![CDATA[[md]&gt; 本帖最后由 云天徽上 于 2024-8-20 14:20 编辑 

&gt; 本帖最后由 云天徽上 于 2024-8-19 17:20 编辑 

### 1、获取微调检测模型的数据


  检测模型的数据集的制作和获取具体参考PPOCRLabel进行数据标注，并划分检测数据集的步骤；得到的检测结果如下图所示：

![im ...]]></description>
      <category>paddle OCR</category>
      <author>云天徽上</author>
      <pubDate>Mon, 19 Aug 2024 02:47:26 +0000</pubDate>
    </item>
    <item>
      <title>【PPOCR】PPOCR的环境配置与安装</title>
      <link>https://www.9d88.com/thread-73-1-1.html</link>
      <description><![CDATA[[md]# 运行环境准备

   Windows和Mac用户推荐使用Anaconda搭建Python环境，Linux用户建议使用docker搭建Python环境。

推荐环境：

PaddlePaddle &gt;= 2.1.2
Python 3.7
CUDA10.1 / CUDA10.2
CUDNN 7.6
如果您已经安装Python环境，可以直接参考PaddleOCR快速开始

1. Pyt ...]]></description>
      <category>paddle OCR</category>
      <author>云天徽上</author>
      <pubDate>Sun, 11 Aug 2024 01:21:39 +0000</pubDate>
    </item>
  </channel>
</rss>