# ocr **Repository Path**: yoyo-cutefish/ocr ## Basic Information - **Project Name**: ocr - **Description**: yoyo os ocr扫描工具 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-06 - **Last Updated**: 2022-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # yoyo-ocr Yoyo ocr is a . ### Dependencies ### Build dependencies _The **master** branch is current development branch, build dependencies may changes without update README.md, refer to `./debian/control` for a working build depends list_ * pkg-config * libdtkwidget-dev * Qt5(>=5.6) with modules: * qt5-default * qt5-qmake * qtbase5-dev ## Installation ### Build from source code 1. Make sure you have installed all dependencies. _Package name may be different between distros, if dde-file-manager is available from your distro, check the packaging script delivered from your distro is a better idea._ Assume you are using [Yoyo](https://distrowatch.com/table.php?distribution=yoyo) or other debian-based distro which got dde-file-manager delivered: ``` shell $ apt build-dep yoyo-ocr ``` 2. Build: ``` $ cd yoyo-album $ mkdir Build $ cd Build $ cmake .. $ make ``` 3. Install: ``` $ sudo make install ``` The executable binary file could be found at `/usr/bin/yoyo-ocr ` ## Usage Execute `yoyo-ocr` ## Documentations - [User Documentation](https://wikidev.uniontech.com/index.php?title=%E7%9B%B8%E5%86%8C) | [用户文档](https://wikidev.uniontech.com/index.php?title=%E7%9B%B8%E5%86%8C) ## Getting help - [Official Forum](https://bbs.yoyo.org/) - [Developer Center](https://github.com/linuxyoyo/developer-center) - [Gitter](https://gitter.im/orgs/linuxyoyo/rooms) - [IRC Channel](https://webchat.freenode.net/?channels=yoyo) - [Wiki](https://wiki.yoyo.org/) ## Getting involved We encourage you to report issues and contribute changes - [Contribution guide for developers](https://github.com/linuxyoyo/developer-center/wiki/Contribution-Guidelines-for-Developers-en) (English) - [开发者代码贡献指南](https://github.com/linuxyoyo/developer-center/wiki/Contribution-Guidelines-for-Developers) (中文) ## License yoyo-ocr is licensed under [GPLv3](