> [!caution]
> This version has major interface updates (impact range: all)
>
> - Function return parameters have changed, please check [update details](https://menghuan1918.github.io/pdfdeal-docs/changes/0.2.0.html) to see how to migrate
[English](https://menghuan1918.github.io/pdfdeal-docs/changes/) | [🌐简体中文](https://menghuan1918.github.io/pdfdeal-docs/zh/changes/#v0-2-0)
✨ Feature Changes
- Added CLI command line program `doc2x`, for quickly using doc2x to batch process PDF or image files, please refer to [here](https://menghuan1918.github.io/pdfdeal-docs/guide/CLI/) for usage
- Adaptation of CLI commands to graphrag has been added, please refer to [here](https://menghuan1918.github.io/pdfdeal-docs/guide/CLI/) for usage
- Updated Doc2X document translation functions to use [see here](https://menghuan1918.github.io/pdfdeal-docs/guide/Doc2X/5.html)
- Enhanced exception handling
- Function return parameters have changed, will return more detailed content
- Decoupled various parts of the processing process
🔧 BUG Fixes
- [Doc2X] When using personal API, if the input file has multiple corrupted files, it may cause an infinite loop
- [FileTool] The `get_files` function cannot accept `pdf` output format
🚀 Others
- Documentation updated to a separate repository [pdfdeal-docs](https://github.com/Menghuan1918/pdfdeal-docs)
- Updated unit tests