JF Technology

Results 3 issues of JF Technology

A recent commit https://github.com/jf-tech/omniparser/commit/1b4997b548aabc2579a388a00964f808aa479582 introduced a snapshot filename containing `;`. While itself is fine, i.e. running tests is all good, we ran into issues when the module being imported by...

Say I have a doc like this: ``` Wang Joe Ali 10 20 17 ``` I want to find out the age of a person whose name is `Joe`. So...

bug
enhancement

This is a major upgrade for omniparser since the upgrade of goja requires go version 1.16, thus we're bumping omniparser min go version to 1.16 as well. Be careful when...