# ImagesToWord **Repository Path**: Gwentao/ImagesToWord ## Basic Information - **Project Name**: ImagesToWord - **Description**: 使用百度智能云平台文字识别接口,实现图片、word中的图片转文字,并输出到word文档中。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-03 - **Last Updated**: 2022-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: Java ## README # ImagesToWord 使用百度智能云平台文字识别接口,实现图片、word中的图片转文字,并输出到word文档中。 使用前,需要在百度智能云平台上创建一个文字识别的应用,并将appid、appkey、secretkey这三个写在代码中。 上一步完成后,将需要转换的图片或带有图片的word放入sources目录,运行即可,生成的word会输出到outputs文件夹中。