In another topic (viewtopic.php?p=202941#p202941), Vasyl mentioned:
Code: Select all
Common
.Current
OCV
<platform>
ImageProcess.dll // required for EnhanceScans, IdentifyForms, etc
ICU
icudt74l.dat // critical data-file, https://icu.unicode.org/
Languages
*.xcl // all UI-localizations
RedactPatterns //optional, required for Find&Redact feature
Tesseract // optional, 'Default OCR' engine, also used by IdentifyForms
Plugins.<platform> // optional
....
Resources.dat // critical data-file
PXCEditorCore.<platform>.dll
Question:
I would really want to change the location of the needed file and folder ("Common") - but, for example:
Code: Select all
IPXV_Inst Inst;
... //do before Init()
Inst.SetStdFolder(PXV_StdFolder_Common, myPathToCommonFolder)
So, my hope that "PXV_StdFolder_Common" is for the "location of DLL\Common" folder - seems not to be the truth.
Is the location of "resources.dat", "\common\icu\icu file" really hard coded ?
No way to set that ?
p.s.
I've also tried setting PXV_StdFolder_Root (to try to specify where Resources.dat is) - but no go ...
-žarko