ICR issue with queXF 1.17.0

Asked by marad

I prepared test form with LimeSurvey and imported it as PDF and banding XML. My form consists of text and number fields. The ICR function of queXF keeps recognizing empty boxes as Ts, Ls or 1s depending on field type and form instance. I guess it tries to recognize box edges as legitimate characters. Is it a way to avoid this?

Marcin

Question information

Language:
English Edit question
Status:
Solved
For:
queXF Edit question
Assignee:
No assignee Edit question
Solved by:
marad
Solved:
Last query:
Last reply:
Revision history for this message
Adam Zammit (adamzammit) said :
#1

Hi Marcin,

Please adjust the value in your config.inc.php file:

define('ICR_FILL_MIN', 0.935);

the value of 0.935 is the default.

This means there needs to be at least 6.5% of the box filled to assume it is has as character in there. Try a smaller value such as 0.91 and see how you go.

Regards,
Adam Zammit

Revision history for this message
marad (light-magic) said :
#2

That solved my case. Thanks a lot Adam.

Best,
Marcin