Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Nodejs Script to Mac OS Executable Application

Contributor ,
Apr 26, 2021 Apr 26, 2021

Hi all,

 

I was trying to run the OCR using node js PDF tool API. I have successfully run the OCR using node js withPDF tool API. But I was trying convert the code to executable app using electron & packager library from node js I got belo error.

 

Screenshot 2021-04-26 at 2.06.57 AM.pngexpand image

 

 

 I have created the credential and replace in the path, but got the same above error. Please share your thoughts.....

TOPICS
PDF Services API
356
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 26, 2021 Apr 26, 2021

I don't have any experience with electron & packager library but it sounds like you are trying to convert your serve app into an app that runs locally like a regular macOS application. Is that correct? If so, PDF Tools API was not engineered for that use case.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Apr 26, 2021 Apr 26, 2021
LATEST

Thanks for your comment Joel,

 

Now I understood. Is there any options to convert those PDF tools API script into macos application?

 

I have used the PDF tool API OCR Script method call with nodejs. Its working fine with CLI, but I want to be the script need to packaged as a script which is used with multiple Mac OS sytem without nodejs and CLI commands 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources