| | |
| | | <artifactId>pegdown</artifactId> |
| | | <version>${pegdown.version}</version> |
| | | </dependency> |
| | | <!--使用itextpdf,比pdfbox简单些--> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | | <artifactId>itextpdf</artifactId> |
| | | <version>5.5.13.2</version> |
| | | </dependency> |
| | | <!--必须加入这个,否则中文会乱码或为空--> |
| | | <dependency> |
| | | <groupId>com.itextpdf</groupId> |
| | | <artifactId>itext-asian</artifactId> |
| | | <version>5.2.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>net.sourceforge.tess4j</groupId> |
| | | <artifactId>tess4j</artifactId> |
| | | <version>4.5.1</version> |
| | | </dependency> |
| | | |
| | | |
| | | </dependencies> |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | <dependencyManagement> |
| | | <dependencies> |
| | | <!-- spring-cloud--> |