How long does the OCR step of the Automatic Bill C...
# ai-netsuite
a
How long does the OCR step of the Automatic Bill Capture feature in NetSuite take? Less than 10 seconds? 30? 60? I built something that does similar but my process uses NetSuite's llm module and capturing the bill from PDF and ensuring it adheres to a strict JSON object template in its output is a two-step process that takes a full minute. I wonder if I'm doing it the slow way or something. My client needs something like Bill Capture but they needed it to work in a way that it can't be made to work AFAIK, which is why I was trying out my own SuiteScript solution.