Tesseract
by: Charles Weld
- 180 total downloads
- Latest version: 5.2.0
Tesseract 5 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3 which works by recognizing character patterns. Compatibility with Tesseract 3 is enabled by using the Legacy OCR Engine mode (--oem 0). It also needs traineddata files which support the legacy engine, for example those from the tessdata repository.
TouchSocket
by: 若汝棋茗
- 749 total downloads
- Latest version: 4.2.8
TouchSocket是.Net(包括 C# 、VB.Net、F#)的一个整合性的socket网络通信框架。包含了 tcp、udp、ssl等一系列的通信模块。一键式解决 tcp 黏分包问题,udp大数据包分片组合问题等。使用协议模板,可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。
TouchSocket is Net (including C #, VB An integrated socket network communication framework based on Net and F #. It includes a series of communication modules such as TCP, UDP, SSL, etc. One click solution to TCP packet sticking and UDP packet fragmentation and combination problems. By using protocol templates, a series of data message parsing techniques such as "fixed packet header", "fixed length", and "interval characters" can be quickly implemented.
ThoughtWorks.QRCode.Standard
by: haoersheng atalent rmbgame
- 25 total downloads
- Latest version: 1.0.1.6
二维码识别生成类库ThoughtWorks.QRCode标准版
ThoughtWorks.QRCode很好用,但是该类库不支持标准库
于是我通过反编译dll,做了个标准版,并依赖引用了System.Drawing.Common
另外我发现当解析数据过长,或者QRCodeVersion>=30时,会抛出异常,
这个我做了修复,使用自动QRCodeVersion,也就是这个属性无需赋值,可以参考readme里面的使用示例
作者haoersheng没有留联系方式,如有侵权请联系我删除!!!
TouchSocket.Core
by: 若汝棋茗
- 651 total downloads
- Latest version: 4.2.8
这是一个基础服务功能的库,其中包含:内存池、对象池、文件池、流式数据解包器、等待逻辑池、AppMessenger、3DES加密、Xml快速存储、运行时间测量器、文件快捷操作、高性能二进制序列化器、规范日志接口等。
说明文档:https://touchsocket.net/
TouchSocket.Http
by: 若汝棋茗
- 625 total downloads
- Latest version: 4.2.8
这是一个基于Http1.1协议的组件库。它能提供Http服务器、客户端、以及WebSocket组件。功能上支持大文件下载、上传、以及多线程下载和断点续传,小文件form上传,WebApi声明和执行。所提供的Http客户端是基于连接的,可以捕获连接和断开连接等消息。
说明文档:https://touchsocket.net/
TouchSocket.Rpc
by: 若汝棋茗
- 432 total downloads
- Latest version: 4.2.8
这是一个超轻量、高性能、可扩展的Rpc管理平台框架。您可以基于该框架,快速开发出Rpc执行。目前已扩展开发DmtpRpc、XmlRpc、JsonRpc、WebApi部分。
说明文档:https://touchsocket.net/
TouchSocketPro
by: 若汝棋茗
- 439 total downloads
- Latest version: 4.2.8
【专业版】这是一个轻量级的、支持插件的综合网络通信库。基础通信功能包含Tcp、Udp、Ssl等。。
【Enterprise】This is a lightweight, plug-in - enabled comprehensive network communication library. Basic communication functions include Tcp, Udp, Ssl, Rpc。
说明文档:https://touchsocket.net/
TaskBuilder.fs
by: humbobst ForNeVeR
- 20 total downloads
- Latest version: 2.2.0-alpha
F# computation expression builder for System.Threading.Tasks
TestableIO.System.IO.Abstractions
by: Tatham Oddie & friends
- 255 total downloads
- Latest version: 22.1.1
A set of abstractions to help make file system interactions testable.
TestableIO.System.IO.Abstractions.Wrappers
by: Tatham Oddie & friends
- 260 total downloads
- Latest version: 22.1.1
A set of abstractions to help make file system interactions testable.
Testably.Abstractions.FileSystem.Interface
by: Testably
- 45 total downloads
- Latest version: 10.2.0
A set of abstractions to help make file system interactions testable.
TouchSocket.NamedPipe
by: 若汝棋茗
- 391 total downloads
- Latest version: 4.2.8
这是一个基于命名管道的组件库。它模仿Tcp封装了命名管道的服务器和客户端,以及连接、断开连接等消息。功能上实现了多管道名称监听、流式数据解析,以极致接近Tcp的体验使用命名管道。
说明文档:https://touchsocket.net/
TouchSocket.Dmtp
by: 若汝棋茗
- 493 total downloads
- Latest version: 4.2.8
DMTP(Duplex Message Transport Protocol双工消息传输协议)是一个简单易用,便捷高效,且易于扩展的二进制数据协议。目前基于该协议,已实现的功能包括:连接验证、同步Id、Rpc(包括客户端请求服务器,服务器请求客户端、客户端请求客户端)、文件传输(包括客户端向服务器请求文件、客户端向服务器推送文件、服务器向客户端请求文件、服务器向客户端推送文件、
客户端之间请求、推送文件)、Redis等。
说明文档:https://touchsocket.net/
Timestamp
by: Simon Cropp
- 13 total downloads
- Latest version: 1.0.2
Stamps an assembly with a Timestamp.
TouchSocket.AspNetCore
by: 若汝棋茗
- 30 total downloads
- Latest version: 1.3.0
这是一个适用于AspNetCore的、轻量级的、支持插件的综合网络通信库。基础通信功能包含Tcp、Udp、Ssl、Rpc、Http等。其中http服务器支持WebSocket、静态网页、XmlRpc、WebApi、JsonRpc等扩展插件。和自定义协议的TouchRpc,支持Ssl加密、异步调用、权限管理、错误状态返回、服务回调、分布式调用等。在空载函数执行时,10万次调用仅3.8秒,在不返回状态时,仅0.9秒。
AspNetCore - AspNetCore is a lightweight, plug-in - enabled comprehensive network communication library. Basic communication functions include Tcp, Udp, Ssl, Rpc, and Http. HTTP server supports WebSocket, static web page, XmlRpc, WebApi, JsonRpc and other extension plug-ins. And custom protocol TouchRpc, support Ssl encryption, asynchronous call, permission management, error status return, service callback, distributed call, etc. It takes 3.8 seconds for 100,000 calls when the no-load function is executing, and 0.9 seconds when the state is not returned.
API:https://www.yuque.com/rrqm/touchsocket/index
TouchSocket.Hosting
by: 若汝棋茗
- 376 total downloads
- Latest version: 4.2.8
这是TouchSocket基于通用主机的扩展。目前包括Tcp、Udp、NamedPipe、Dmtp、SerialPort等服务。
说明文档:https://touchsocket.net/
TouchSocket.Core.DependencyInjection
by: 若汝棋茗
- 351 total downloads
- Latest version: 4.2.8
这是一个为Core中扩展Ioc容器为IServiceCollection的库。
说明文档:https://touchsocket.net/