CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: firas489

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,247

    Re: Implement OCR in C#

    Have you looked into Tesseract? https://code.google.com/p/tesseract-ocr/

    Check it out, its wonderful!
  2. Replies
    8
    Views
    2,980

    Re: Simultaneous Serializing and Deserializing

    For your goals, I wouldnt use this architecture.. I would follow the old EDI method of file processing..
    Instead of having one file that is read from and written two, I would rather have my X...
  3. Replies
    2
    Views
    934

    Re: Record Navigation Button

    Can you provide with some sample code of how you are connecting to your database?
    Because there are multiple ways of adding the Nav buttons, and your method will determine which way to use.
    ...
  4. Replies
    2
    Views
    844

    Re: Regex Regular Expression Query

    Hello Rob,

    Try this example at DotNetPad: http://dotnetpad.com/xzYux5ze
    It should give what you are looking for..

    Let me know if need anything else.

    Best Regards
    Firas
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured