Skip to content

How to use tesseract.net

tvn-cosine edited this page Jan 24, 2018 · 6 revisions

How to use tesseract.net api.

Installing tesseract.net

  1. Download nuget from tesseract.net
  2. Ensure the dll's are set to CopyToOutputDirectory as below Set to include

To understand how the TessBaseApi objects work visit these links:

https://github.com/tesseract-ocr/tesseract/wiki/APIExample

https://github.com/tvn-cosine/tesseract.net/wiki/Initialising-TessBaseAPI

https://github.com/tvn-cosine/tesseract.net/wiki/Extracting-text

https://github.com/tvn-cosine/tesseract.net/wiki/Creating-a-searchable-Pdf

Clone this wiki locally