We're having an issue with large PDF imports into QuickFields (300meg + building plan documents) where I get a 'System.OutOfMemoryException' from Universal Capture inside QF. The FileScan81 process hits about 900mb of RAM before this errors out (and the system has lots of free memory above this).
This seems to only have started occuring since QF10 (we are now on Update 1 but it didn't resolve it), but I could be wrong about the timing. Smaller PDFs work fine but anything in the 275mb and up range tends to crash.
I'm not even trying to do any OCRing or anything, with these documents I'm really just trying to parse filenames and populate some field data with some regular expressions and then throw it into LF. When this error happens the rest of the processing fails on that document and it never actually process the tokens or field data so it won't let me store the document.
Any ideas?