Skip to content

Conversation

@Torwent
Copy link
Contributor

@Torwent Torwent commented Jan 6, 2026

This improves RecognizeLines by not just assuming the string is good if a single character is ALPHA_NUM_SYMBOLS but at least 50% of the string is.

To not make this much slower I created a table. I'm not sure if there's a better way to initialize the table, I tried to do it with the ìnitializationkeyword but I couldn't figure out how to compile it so I just added it to theRecognizeLines` function instead.

I also changed it's structed a little to my personal liking. Feel free to change anything you don't like

now instead of checking if just 1 character is alphanum it checks if 50% of the string is instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant