mineru-web
  1. analysis
mineru-web
  • analysis
    • 上传pdf
      POST
    • 提交解析任务
      POST
    • 查询解析任务进度
      GET
    • 查询当前正在进行的任务
      GET
    • 获取任务历史记录
      GET
    • 删除历史记录
      DELETE
    • 重新发起任务
      PUT
    • 编辑markdown
      PUT
  1. analysis

查询解析任务进度

开发中
GET
/api/v2/extract/task/progress

请求参数

Query 参数
id
string 
解析任务id
必需
示例值:
2

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/api/v2/extract/task/progress?id=2'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
data
object 
必需
content
array [object {4}] 
必需
fileName
string 
文件名称
必需
fullMdLink
string 
全文markdown链接
必需
markdownUrl
array[string]
markdown分页链接
必需
state
enum<string> 
任务状态
必需
枚举值:
runningpendingfinished
status
integer 
必需
type
string 
任务类型
必需
url
string 
文件链接
必需
msg
string 
必需
success
boolean 
必需
示例
{
    "code": 200,
    "data": {
        "content": [
            {
                "discarded_blocks": [
                    {
                        "bbox": [
                            505,
                            37,
                            558,
                            49
                        ],
                        "lines": [
                            {
                                "bbox": [
                                    505.2149658203125,
                                    37.737548828125,
                                    555.0382690429688,
                                    49.74248504638672
                                ],
                                "spans": [
                                    {
                                        "bbox": [
                                            505.2149658203125,
                                            37.737548828125,
                                            513.802734375,
                                            49.17461395263672
                                        ],
                                        "content": "©",
                                        "score": 1,
                                        "type": "text"
                                    },
                                    {
                                        "bbox": [
                                            513.802978515625,
                                            37.737548828125,
                                            555.0382690429688,
                                            49.74248504638672
                                        ],
                                        "content": "ESO 2024",
                                        "score": 1,
                                        "type": "text"
                                    }
                                ]
                            }
                        ],
                        "type": "discarded"
                    },
                    {
                        "bbox": [
                            14,
                            234,
                            36,
                            635
                        ],
                        "lines": [
                            {
                                "bbox": [
                                    10.940000534057617,
                                    234.38995361328125,
                                    37.619998931884766,
                                    639.8900146484375
                                ],
                                "spans": [
                                    {
                                        "bbox": [
                                            10.940000534057617,
                                            234.38995361328125,
                                            37.619998931884766,
                                            639.8900146484375
                                        ],
                                        "content": "arXiv:2405.08702v1  [astro-ph.GA]  14 May 2024",
                                        "score": 1,
                                        "type": "text"
                                    }
                                ]
                            }
                        ],
                        "type": "discarded"
                    },
                    {
                        "bbox": [
                            455,
                            770,
                            558,
                            779
                        ],
                        "lines": [
                            {
                                "bbox": [
                                    455.1949157714844,
                                    769.8161010742188,
                                    558.4251098632812,
                                    780.62060546875
                                ],
                                "spans": [
                                    {
                                        "bbox": [
                                            455.1949157714844,
                                            769.8161010742188,
                                            558.4251098632812,
                                            780.62060546875
                                        ],
                                        "content": "Article number, page 1 of 11",
                                        "score": 1,
                                        "type": "text"
                                    }
                                ]
                            }
                        ],
                        "type": "discarded"
                    },
                    {
                        "bbox": [
                            38,
                            37,
                            223,
              
修改于 2024-09-09 11:44:00
上一页
提交解析任务
下一页
查询当前正在进行的任务
Built with