# MicroOCR.NET **Repository Path**: E024/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**: 0 - **Forks**: 2 - **Created**: 2024-11-02 - **Last Updated**: 2024-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.