Hi Scribe.js Team,
I’m working on a project where I need to implement Scribe OCR as part of a plugin. However, I’m facing an issue with the build process. When I bundle the application, I notice that a lot of font files (.woff, .ttf, etc.) and other dependencies are included in the dist directory.
Due to the constraints of my deployment environment (Oracle Field Service Cloud plugin), I cannot use more than 5 files for this library. The inclusion of these font files significantly increases the number of files in the build, making it difficult to stay within the limit.
Request:
Is there any way to exclude the font files from the build and load them from a CDN instead? This would allow me to reduce the number of files in the build and stay within the file limit.
Thanks,
Aswin