Tesseract Open Source OCR Engine (main repository)
-
Updated
Oct 18, 2021 - C++
建议精简版抛弃exe,直接打包成压缩文件。再带一个批处理,利用已经安装好的Java环境直接命令行运行。
Add a description, image, and links to the ocr topic page so that developers can more easily learn about it.
To associate your repository with the ocr topic, visit your repo's landing page and select "manage topics."
请问大神们,使用中英文通用模型的预训练模型进行预测,对于特定字符识别识别效果较差(比如罗马字母),我想模型进行微调(不改变字典),需要冻结前面的层,只对最后FC层进行训练吗?微调的数据集需要覆盖字典的所有字符吗?每个字符的数据个数多少比较合适,谢谢