/bunkoOCR-windows-CN

Primary LanguageC++MIT LicenseMIT

bunkoOCR (windows)

findtextCenterNet https://github.com/lithium0003/findtextCenterNet 中公开的机器学习模型,作为应用程序使用的bunkoOCR的Windows版。 这个程序,从图像进行OCR(光学字符识别),转换成文本。 如果有较新的GPU的话,运行速度会非常快。

编译

需要

根据安装的位置,适当修改mak_onnc .bat的路径后运行。

运行

运行需要DLL。

  • onnxruntime onnxruntime/build/build/Windows/RelWithDebInfo/RelWithDebInfo
  • CUDA Toolkit
  • cuDNN
  • TensorRT
  • openvino runtime/bin/intel64/Release と runtime/3rdparty/tbb/bin

在运行文件夹中需要有onnx模型。 https://github.com/lithium0003/findtextCenterNet 的Release、下载四个onnx模型并配置。

bunkoOCR.exe是GUI的可执行文件。后台调用OCRengine.exe进行处理。