Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pdf-miner
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Qin Kaijie
pdf-miner
Commits
e2aa8e15
Commit
e2aa8e15
authored
Jul 03, 2024
by
quyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ci
parent
a36ac71b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
conf.py
tests/test_cli/conf/conf.py
+1
-1
benchmark.py
tools/benchmark.py
+5
-7
No files found.
tests/test_cli/conf/conf.py
View file @
e2aa8e15
...
@@ -2,7 +2,7 @@ import os
...
@@ -2,7 +2,7 @@ import os
conf
=
{
conf
=
{
"code_path"
:
os
.
environ
.
get
(
'GITHUB_WORKSPACE'
),
"code_path"
:
os
.
environ
.
get
(
'GITHUB_WORKSPACE'
),
"pdf_dev_path"
:
os
.
environ
.
get
(
'GITHUB_WORKSPACE'
)
+
"/tests/test_cli/pdf_dev"
,
"pdf_dev_path"
:
os
.
environ
.
get
(
'GITHUB_WORKSPACE'
)
+
"/tests/test_cli/pdf_dev"
,
"pdf_res_path"
:
"/
home/quyuan/code/Magic-PDF/Magic-PDF/Magic-PDF/ci
"
"pdf_res_path"
:
"/
share/quyuan/mineru/data/mineru
"
}
}
tools/benchmark.py
View file @
e2aa8e15
...
@@ -4,15 +4,13 @@ import shutil
...
@@ -4,15 +4,13 @@ import shutil
import
json
import
json
import
markdown_calculate
import
markdown_calculate
code_path
=
os
.
environ
.
get
(
'GITHUB_WORKSPACE'
)
code_path
=
os
.
environ
.
get
(
'GITHUB_WORKSPACE'
)
#code_path = "/home/quyuan/actions-runner/_work/Magic-PDF/Magic-PDF.bk"
#数据集存放路径
#评测集存放路径
pdf_dev_path
=
"/share/quyuan/mineru/data/"
pdf_dev_path
=
"/home/quyuan/data"
#magicpdf最终结果
#magicpdf跑测结果
pdf_res_path
=
"/share/quyuan/mineru/data/mineru"
pdf_res_path
=
"/home/quyuan/code/Magic-PDF/Magic-PDF/Magic-PDF/ci/magic-pdf"
file_types
=
[
"academic_literature"
,
"atlas"
,
"courseware"
,
"colorful_textbook"
,
"historical_documents"
,
"notes"
,
"ordinary_books"
,
"ordinary_exam_paper"
,
"ordinary_textbook"
,
"research_report"
,
"special_exam_paper"
]
file_types
=
[
"academic_literature"
,
"atlas"
,
"courseware"
,
"colorful_textbook"
,
"historical_documents"
,
"notes"
,
"ordinary_books"
,
"ordinary_exam_paper"
,
"ordinary_textbook"
,
"research_report"
,
"special_exam_paper"
]
#file_types = ["academic_literature"]
def
test_cli
():
def
test_cli
():
#magicpdf模型输出结果
magicpdf_path
=
os
.
path
.
join
(
pdf_dev_path
,
"output"
)
magicpdf_path
=
os
.
path
.
join
(
pdf_dev_path
,
"output"
)
rm_cmd
=
"rm -rf
%
s"
%
(
pdf_res_path
)
rm_cmd
=
"rm -rf
%
s"
%
(
pdf_res_path
)
os
.
system
(
rm_cmd
)
os
.
system
(
rm_cmd
)
...
...
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