Search found 24 matches

by Enricoys
Mon Mar 25, 2024 10:27 am
Forum: Technical / Scripting
Topic: CSVFileToArray combined with Separate delays DelArray
Replies: 4
Views: 125

Re: CSVFileToArray combined with Separate delays DelArray

Thanks for this suggestion, however this does not work in case of using ArraySort after reusing the same array and refill it with a smaller number of elements. Furthermore, nobody would expect a strong delay of combining CSVFileToArray with DelArray. Therefore my suggestion is to really fix this pro...
by Enricoys
Tue Mar 19, 2024 10:46 am
Forum: Technical / Scripting
Topic: CSVFileToArray combined with Separate delays DelArray
Replies: 4
Views: 125

CSVFileToArray combined with Separate delays DelArray

After noticed a remarkable delay in using DelArray in some large scripts I spend some time to nail it down. In the test script below 'c:\testfile1.csv' contains 100 identical lines of: 1,28/02/2010,50 And 'c:\testfile2.csv' contains 5000 identical lines of that same line. When I run the test script ...
by Enricoys
Mon Aug 15, 2022 2:09 pm
Forum: Technical / Scripting
Topic: HTTPrequest does not work for SOAP (XML)
Replies: 2
Views: 3274

Re: HTTPrequest does not work for SOAP (XML)

Hi Marcus,
Thanks for this quick reply. Unfortunately your remark was not the solution. Still the same error.
I will send a email to support.
by Enricoys
Mon Aug 15, 2022 9:05 am
Forum: Technical / Scripting
Topic: HTTPrequest does not work for SOAP (XML)
Replies: 2
Views: 3274

HTTPrequest does not work for SOAP (XML)

I am trying to send a SOAP (XML) file to a webservice. I expected that HTTPrequest would do this job, however I can't get it working. As a work around I am now using the CURL command shown below which works fine. What should I do different to make HTTPrequest work? Let>XMLfile=C:\XML\testfile.xml Le...
by Enricoys
Fri Jul 23, 2021 12:22 pm
Forum: Scripts and Tips
Topic: Get Chrome version
Replies: 2
Views: 11446

Re: Get Chrome version

Works great, thanks. I only needed to add 'Let>RP_WAIT=1' somewhere before the 'RunProgram' line. This makes the script waiting for the RunProgram line to be finished. This is important because otherwise I observed sometimes that Clipboard was empty because it was checked to early.
by Enricoys
Tue Feb 23, 2021 4:38 pm
Forum: Technical / Scripting
Topic: OCR language
Replies: 11
Views: 4400

Re: OCR language

Great job! Works perfect now, especially with the 'tessdata_best' files.
by Enricoys
Thu Feb 18, 2021 11:13 am
Forum: Technical / Scripting
Topic: OCR language
Replies: 11
Views: 4400

Re: OCR language

I actually use the Macro Scheduler CopyFile function. I tried RenameFile now, however that didn't work (CF_Result_code=124). Probably indeed because it is the 'Program Files (x86)' folder. Anyway, no problem. DeleteFile and CopyFile work fine in this folder. I don't need to restart Macro Scheduler t...
by Enricoys
Thu Feb 18, 2021 9:42 am
Forum: Technical / Scripting
Topic: OCR language
Replies: 11
Views: 4400

Re: OCR language

Thanks Dorian. As a work around I now rename the trained data from another language to 'eng.traineddata' into the tessdata folder. This works fine and gives indead better results for that language. Mixed language is not possible in this way, however that is not a big deal.
by Enricoys
Tue Feb 16, 2021 4:05 pm
Forum: Technical / Scripting
Topic: OCR language
Replies: 11
Views: 4400

Re: OCR language

Thanks Dorian for your quick reply. Do I understand you right that OCR actually use always all the language (training) files found in the tessdata folder? If yes, that would suit perfect for me because OCR would in this way also work for images with mixed languages. Great!
by Enricoys
Tue Feb 16, 2021 1:01 pm
Forum: Technical / Scripting
Topic: Gettextinit freezes debugger
Replies: 20
Views: 22652

Re: Gettextinit freezes debugger

Hi Marcus, can you tell when more improvement can be expected on this subject. I use 15.0.16 (on Win10 64 bit) and still remain to have the same issues. Clearly related to Gettextinit. As long as I run the script without calling Gettextinit I can continue debugging as normal. As soon Gettextinit is ...
by Enricoys
Tue Feb 16, 2021 12:50 pm
Forum: Technical / Scripting
Topic: OCR language
Replies: 11
Views: 4400

OCR language

Is it possible to use the OCR functionality for another language. In the tessdata folder the English 'eng.traineddata' file is installed. At Github I downloaded a few files for other languages however how can I instruct MS to use those? The OCR_LANGDIR settings only refers to the folder and therefor...
by Enricoys
Thu Oct 01, 2020 8:42 am
Forum: Technical / Scripting
Topic: Gettextinit freezes debugger
Replies: 20
Views: 22652

Re: Gettextinit freezes debugger

What is the status of this issue? I observe exactly the same using this code: repaint issues and out of resources. Only solution is to kill MSched using the Task Manager. I use Windows 10 pro (10.0.18363) x64 and Macro Scheduler 15.0.13. Actually, I started to observe those issues in my scripts sinc...
by Enricoys
Mon Apr 06, 2020 9:04 am
Forum: Technical / Scripting
Topic: Max length integer 19 positions
Replies: 2
Views: 2361

Max length integer 19 positions

I observe the following issue when I read a long string from a CSV file. Sometimes this string is actually a long integer. If this integer is longer then 19 positions I get an error message when I perform an empty string check. Unfortunately the strings in the CSV file are not surrounded with quotes...
by Enricoys
Mon Mar 23, 2020 4:09 pm
Forum: Enhancement Suggestions
Topic: TimeDiff interval check
Replies: 2
Views: 12155

TimeDiff interval check

Over the last months I noticed a very strange behaviour with on one of my large scripts. I couldn't find the problem because it was each time something else what happened, however it looked like that was caused by a memory issue. Now I found the problem. Somewhere in the script I used a variable nam...
by Enricoys
Mon Oct 23, 2017 2:44 pm
Forum: General Discussion
Topic: Changed string behaviour version 14.4.01
Replies: 1
Views: 2790

Changed string behaviour version 14.4.01

I observed a change in string processing behaviour in version 14.4.01. See the test code below. Is this intended to do so? If yes, fine although I have to spend serious time in rewriting my scripts. If not, then I will wait until this bug is removed. Let>quote=" Let>FN=ABCD Let>merge={%FN%+%quote%+"...
Sign up to our newsletter for free automation tips, tricks & discounts