Skip to content

Powerful yet simple to use screenshot software

License

Notifications You must be signed in to change notification settings

zhanxh/flameshot-ocr

 
 

Repository files navigation

flameshot-ocr

flameshot基础上增加一个OCR功能,截图取文字,方便上网课作笔记,提高学习效率。

编译

mkdir build
cd build
cmake ../
make

Windows 建议

QT5
Visual Studio 2017
vcpkg:openssl curl jsoncpp
msys: ccache cmake 

依赖

编译

  • Qt >= 5.9
    • Development tools
  • GCC >= 7.4
  • CMake >= 3.13

运行

  • Qt
    • SVG

OCR

  • openssl
  • curl
  • jsoncpp

OCR

目前仅支持百度ocr,白漂500次/月

配制ocr.json

{
        "baidu":{
                "app_id":"你的app_id",
                "api_key":"你的app_key",
                "secret_key":"你的secret_key"
        }
}

注:位置同执行程序目录

参考百度OCR

About

Powerful yet simple to use screenshot software

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 90.8%
  • CMake 7.0%
  • Python 1.7%
  • Shell 0.3%
  • C 0.1%
  • Makefile 0.1%