Joe Wicentowski
Joe Wicentowski
Context: @wsalesky pointed me to this bug via on Twitter: https://twitter.com/wsalesky/status/892198131634515968. hsg suffers from this bug too: https://history.state.gov/search?q=%22nuclear+russia%22~10 shows no KWIC results because there are `0` `exist:match` elements in the...
@rvdb That's crazy! Thanks for the tip. Mysterious indeed.
Speeding up reindexing would be great! Thanks in advance!
@shanemcgarry Thank you for filing this! I can reproduce the buggy behavior as described. See also the original discussion on the exist-open mailing list: https://markmail.org/message/efdrkr2hy6hwm2a7.
@line-o BaseX hasn't implemented `fn:load-xquery-module` yet. https://docs.basex.org/main/XQuery_3.1#functions: Also, BaseX uses pragmas rather than option declarations for setting certain options. Most options, though, are not accessible by the query but are...
Here's a simplified test case: ```xquery /xyz/*[not(self::abc)] ``` eXist returns: > exerr:ERROR cannot convert xs:boolean('true') to a node set Saxon and BaseX both return the empty sequence.
Could we confirm if this still affects the current develop branch, and if so, develop an xqsuite test?
@bertsky Thanks for your reply! Indeed, I had been using the version on Dockerhub. Since I'm currently most interested in the textract2page conversion, I think I'll focus first on trying...
With an eye toward getting the current version of ocr-fileformat working locally, I went ahead and installed it using the instructions in the README. While the build steps appeared to...
@bertsky Thank you! And to make a long story short, your suggestion for building from your branch worked, and I was able to successfully generate Page XML for both the...