-
Notifications
You must be signed in to change notification settings - Fork 6
Get Document Type using Nodejs #33
Unanswered
felipe-muner
asked this question in
Q&A
-
Hello folks, thank you so much in advance for your effort...
I have been processing documents and everything is going great. I like using Regula and currently I'm using the following code:
import { Context } from '../Context'
const configurationProviderService = require('../services/configurationProviderService')
class RegulaForensicsDocumentReaderService {
public async processDocument({ documentImages }: { documentImages: string[] }, context: Context): Promise<Response> {
const processed = await this.regulaForensicsDocumentReaderService(context).process({ images: documentImages })
console.log(processed)
return processed
}
I changed as the answer in this previous discussion number 29. I'm not sure if I need to do something else...
And I have something as the response below:
I even stop the service and restart it, I have not idea about what I need to change now...
What am I missing?
I've tried passing the processParam as well.
As we have it for C# we can have it here as well for JS developer. We know there will be more people asking the same :)...
Cheers =)
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment