# anydoc2text **Repository Path**: zxsoft1982/anydoc2text ## Basic Information - **Project Name**: anydoc2text - **Description**: 利用libreoffice把任意文档(当然前提是libreoffice支持的)转换成纯文本并直接通过response返回。 使用方式:容器监听9090端口,API 地址是 /convert ,只需要以filie作为附件名post上传文件即可。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-23 - **Last Updated**: 2025-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AnyDoc 2 Text Convert Any Doc to Plain Text! Usage: Post a file with field name "file" to Container Port 9090, Path "/convert", and the converted text will directly returned in the http response. Build: docker build . -t anydoc2text:v1.0