# pdf2html
**Repository Path**: lilihli/pdf2html
## Basic Information
- **Project Name**: pdf2html
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-04-13
- **Last Updated**: 2024-04-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# pdf文件转 html 文件
## 依赖
- 本项目依赖 tika 项目,安装方法如下:
``` shell
$ docker run -d -p 9998:9998 apache/tika:latest
```
## 编译
``` shell
$ go build
```
## 使用方法
``` shell
$ ./pdf2html pdfFileName
```
- 执行后将在pdf所在路径下生成一个同名的html文件