# Generated by ShowAPI OpenAPI generator # source: market/10 # generated-at: 2026-09-04T05:33:41.037Z openapi: 3.0.3 info: title: PDF文件正文抽取 description: 提供高效便捷的解决方案,帮助您快速识别并提取PDF文本内容,支持编辑、复制、搜索,适用于学术研究、企业文档管理及个人文献整理,提升工作效率。 termsOfService: https://www.showapi.com/helpcenter/view#/4019/2 version: 1.0.0 servers: - url: https://route.showapi.com paths: /10-1: x-pointCode: 1 x-mode: mapping x-read-timeout: 10 x-connect-timeout: 5 post: summary: PDF文件正文抽取 description: 服务能够提取PDF文件中的文字内容,并保存为TXT或DOCX等文本格式,方便后续编辑、搜索与分析。常用于文献研究、数据挖掘、法律文档整理等需要从PDF获取结构化信息的场景。 responses: "200": description: 成功响应 content: application/json: schema: allOf: - $ref: "#/components/schemas/ShowapiResEnvelope" - type: object properties: showapi_res_body: type: object properties: ret_code: type: string text: type: string remark: type: string description: 业务返回体 operationId: 10_1_POST parameters: [] requestBody: content: multipart/form-data: schema: type: object properties: pdf: type: string format: binary description: 请填写参数描述 required: - pdf components: securitySchemes: AppKeyAuth: type: apiKey in: query name: appKey description: 从 ShowAPI 控制台获取的 appKey,管理地址:https://www.showapi.com/console#/myApp schemas: ShowapiResEnvelope: type: object description: ShowAPI 统一返回包裹(业务数据位于 showapi_res_body) properties: showapi_res_code: type: integer description: API 返回的状态码 showapi_res_error: type: string description: API 返回的错误信息 showapi_res_id: type: string description: API 请求的唯一标识 showapi_fee_num: type: integer description: API 调用计费次数 security: - AppKeyAuth: [] externalDocs: url: https://www.showapi.com/apiGateway/view/10?tab=book x-apiCode: "10" x-is-own: false x-is-op: false