Hi, Is it possible to create an OCR application inside netsuite as suite app?
e
eblackey
11/09/2023, 1:37 PM
It would be possible, but you'd have to send uploaded documents out to an external platform that can handle the OCR functions. Moving customer documents out of their NS account could be problematic from a privacy standpoint. We've built something for our company that does OCR for uploaded documents. We use AWS Textract for the OCR function.
s
suitecore
11/09/2023, 1:53 PM
is it not possible to extract the info without sending it to an outside platform?
e
eblackey
11/09/2023, 2:49 PM
Someone else might have some ideas, but we couldn't come up with anything. You're pretty limited on the server side with what external libraries. you can use.
s
Shawn Talbert
11/09/2023, 3:20 PM
Since there are optimized, purpose-built services for OCR I would not recommend to build it purely inside NS. That said, in theory any external JS library can be used in NetSuite so long as SuiteScript (2.1) has sufficient language support or such support can be polyfilled. Sometimes it takes some effort to get a library working.
c
Colin Boothe
11/09/2023, 5:59 PM
The ammount of effort for this would far exceed just hitting an OCR api