Search

Atalasoft Knowledge Base

HOWTO: Use ProcMon to Debug OCR Resources Issues

Administrator
DotImage

Install ProcMon if you don't have it:
https://docs.microsoft.com/en-us/sysinternals/downloads/procmon

Here are the instructions for using it.

  1. Run ProcMon
  2. Turn off capturing, File->Capture Events (make sure to uncheck it)
  3. Set a filter (Filter->Filter…) then choose
    Path contains GlyphReaderEngine.exe
  4. Click Add
  5. Choose:
    Path contains (whatever your exe is named)
  6. Click Add
  7. Click OK
  8. Turn on capturing, File->Capture Events (make sure you are checking it)
  9. Run your application.
  10. Once you have gotten the error, turn off capturing (File->Capture Events)

There will be times when your application is trying to find GlyphReaderEngine.exe and the other resources. Make sure that succeeds. There should be lines where GlyphReaderEngine.exe tries to load resources files -- make sure that succeeds.

If you are having problems figuring out what is happening, save a log and open a support case with us and attach the log.

For a more detailed look at ProcMon, please see HOWTO: Using ProcMon to collect diagnostic information

Original Article:
Q10231 - HOWTO: How to use ProcMon to debug OCR Resources issues

Details
Last Modified: 6 Years Ago
Last Modified By: Administrator
Type: HOWTO
Article not rated yet.
Article has been viewed 389 times.
Options
Also In This Category