Skip to main content

File OCR Worker debugging (2021)

This is the instruction how to debug OCR worker.
a. If you no need to use FREngine

  1. In Program.cs comment row `FREngineOCRWorker.Initialize(Configuration);
  2. Put breakpoints
  3. Run File OCR Worker in Debug mode

b. If you need to use FREngine

  1. FREngine can't initialize correctly if you trying to run File OCR Worker in debug mode, so DO NOT PUT BREAKPOINTS AND DO NOT RUN IT IN DEBUG MODE. For debugging purposes you can print debug information in logs and analyze it.