We have been using Quick Fields lately to process lots of discovery documents for a law firm. One of the big tasks is processing and OCR'ing a lot of documents. We have been looking into the performance of this process overall and it seems like we might be disk bound even though we are running with SSD's. The CPU never gets past 25-30%.
There is a file that seems to be written to very heavily called pcache.934 (at least during the instance that is running now). It is located in the c:\users\administrator\AppData\Local\Temp\1\Nuance folder.
Two questions:
1. Is QuickFields multi-threaded and if so why isn't it hitting 100% during the OCR process? [EDIT: Upon some additional research I discovered OCR is a single thread process]. Are there any solutions to this? Maybe the distributed computing option recently introduced?
2. How can I have the pcache file be on a different volume that would be a faster disk?