Skip to content

Commit 171688f

Browse files
authored
chore: packaging
Fix pip installs
2 parents 4622c16 + c6a3d38 commit 171688f

File tree

391 files changed

+781
-877
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

391 files changed

+781
-877
lines changed

Diff for: MANIFEST.in

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
include LICENSE
22
include README.md
3+
include unstructured_paddleocr/paddleocr.py
4+
include unstructured_paddleocr/__init__.py
35

4-
recursive-include ppocr/utils *.*
5-
recursive-include ppocr/data *.py
6-
recursive-include ppocr/postprocess *.py
7-
recursive-include paddle_tools/infer *.py
8-
recursive-include paddle_tools __init__.py
9-
recursive-include ppocr/utils/e2e_utils *.py
10-
recursive-include ppstructure *.py
6+
recursive-include unstructured_paddleocr/ppocr/utils *.*
7+
recursive-include unstructured_paddleocr/ppocr/data *.py
8+
recursive-include unstructured_paddleocr/ppocr/postprocess *.py
9+
recursive-include unstructured_paddleocr/paddle_tools/infer *.py
10+
recursive-include unstructured_paddleocr/paddle_tools __init__.py
11+
recursive-include unstructured_paddleocr/ppocr/utils/e2e_utils *.py
12+
recursive-include unstructured_paddleocr/ppstructure *.py

Diff for: PPOCRLabel/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pyqt5
2-
paddleocr
2+
unstructured.paddleocr
33
xlrd==1.2.0

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ English | [简体中文](README_ch.md) | [हिन्दी](./doc/doc_i18n/REA
1313
<a href="https://github.com/PaddlePaddle/PaddleOCR/stargazers"><img src="https://img.shields.io/github/stars/PaddlePaddle/PaddleOCR?color=ccf"></a>
1414
</p>
1515

16+
# Note from Maintainer:
17+
18+
This is a fork of the PaddleOCR repository, created with the purpose of complying with an Apache license. The original repo contains at least one dependency that is not Apache compliant so this fork was created to remove any non-compliant dependencies.
19+
20+
The original documentation at the time of the fork is found below.
21+
1622
## Introduction
1723

1824
PaddleOCR aims to create multilingual, awesome, leading, and practical OCR tools that help users train better models and apply them into practice.

0 commit comments

Comments
 (0)