Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
365dfe6c
Commit
365dfe6c
authored
Jul 29, 2021
by
WenmuZhou
Browse files
fix build whl bug in win
parent
750056b9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
MANIFEST.in
MANIFEST.in
+2
-2
ppstructure/MANIFEST.in
ppstructure/MANIFEST.in
+1
-1
ppstructure/__init__.py
ppstructure/__init__.py
+2
-2
ppstructure/paddlestructure.py
ppstructure/paddlestructure.py
+0
-1
No files found.
MANIFEST.in
View file @
365dfe6c
...
...
@@ -2,7 +2,7 @@ include LICENSE
include README.md
recursive-include ppocr/utils *.txt utility.py logging.py network.py
recursive-include ppocr/data
/
*.py
recursive-include ppocr/data *.py
recursive-include ppocr/postprocess *.py
recursive-include tools/infer *.py
recursive-include ppocr/utils/e2e_utils/ *.py
\ No newline at end of file
recursive-include ppocr/utils/e2e_utils *.py
\ No newline at end of file
ppstructure/MANIFEST.in
View file @
365dfe6c
...
...
@@ -2,7 +2,7 @@ include LICENSE
include README.md
recursive-include ppocr/utils *.txt utility.py logging.py network.py
recursive-include ppocr/data
/
*.py
recursive-include ppocr/data *.py
recursive-include ppocr/postprocess *.py
recursive-include tools/infer *.py
recursive-include ppstructure *.py
...
...
ppstructure/__init__.py
View file @
365dfe6c
...
...
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from
.paddlestructure
import
PaddleStructure
,
draw_result
,
to_excel
from
.paddlestructure
import
PaddleStructure
,
draw_result
,
save_res
__all__
=
[
'PaddleStructure'
,
'draw_result'
,
'
to_excel
'
]
__all__
=
[
'PaddleStructure'
,
'draw_result'
,
'
save_res
'
]
ppstructure/paddlestructure.py
View file @
365dfe6c
...
...
@@ -25,7 +25,6 @@ from pathlib import Path
from
ppocr.utils.logging
import
get_logger
from
ppstructure.predict_system
import
OCRSystem
,
save_res
from
ppstructure.table.predict_table
import
to_excel
from
ppstructure.utility
import
init_args
,
draw_result
logger
=
get_logger
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment