# MicroOCR.NET **Repository Path**: william_lzw/MicroOCR.NET ## Basic Information - **Project Name**: MicroOCR.NET - **Description**: 文本识别模型,基于TorchSharp - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2023-02-15 - **Last Updated**: 2025-08-18 ## Categories & Tags **Categories**: cv **Tags**: TorchSharp, 文本识别, 深度学习 ## README ## gen data run gendata.py,10000 samples for training, 500 samples for verification. ## train Modify the TrainRoot, TestRoot, TrainLabel, TestLabel, and VocabularyPath of the Program.cs file. Then run it.