/SimpleOCR

Rudimentary C++ project to reassemble packets using a custom heap implementation and then count the number of characters in an image. The image is sent row by row from a client to a multithreaded server via C websockets, and processed by a worker thread, which returns the answer to the client socket.

Primary LanguageC++

This repository is not active