ManoLazar

Results 5 issues of ManoLazar

handwritten text segmentation characters is it possible to detect character handwritten digits(numbers) segmentation ? on many cases the characters are touching each other can it be done with FASTtext to...

1. where I can get C# project code ? 2. how to run from command line prompt ? visualstudio.exe -l eng file.pdf file.xml and so on...

1. ... while(webSocket.IsConnected && !cancellation.IsCancellationRequested) { try { var messageText = await webSocket.ReadStringAsync(cancellation).ConfigureAwait(false); ... messageProcess(messageText) ; await webSocket.WriteStringAsync(messageText, cancellation).ConfigureAwait(false); ... so: during the messageProcess () - can be with await...

Hi to MuPdfSharp example you show, can you add the extern entry point to get Image object ? - how to loop on each image - get each image coordinates...

hi actually what I need : loop on each image in page and get it's : 1. coordinates bound Rectangle (x,y,w,h) in pixels 2. save image to disk , is...