Sicos1977 / TesseractOCR

A .net library to work with Google's Tesseract
167 stars 21 forks source link

[Example] missing `result` #56

Closed phigjm closed 8 months ago

phigjm commented 8 months ago

The OCR a page works fine, but the Iterate through the layout of a page example from the readme is missing the result object.

Can you add initialization of the result object to the readme as well?

Also, the For more examples see https://github.com/Sicos1977/TesseractOCR/wiki/examples.md note is from the https://github.com/charlesw/tesseract project and not up to date, I think.

Sicos1977 commented 8 months ago

The result is just a stringbuilder like this

var result = new StringBuilder();