Matthew Ong
Matthew Ong
Hello, I am trying to install and build the source code for sling on a Mac with M1 chip. This appears to be problematic for installation, as not only do...
Hello, I was wondering what the developers thought about adapting open-sesame for a frame database and frame parsing on another language (in my case Akkadian)? Since I am not aware...
Hello, I was wondering if it RaiseWikibase package can be used to import statements into a Wikibase cloud project?
Hello, I was wondering if any knows whether it is possible to use RaiseWikibase with the new version of Wikibase Suite? There have been substantial changes to that version, and...
Hello, I was wondering if there was a convenient way to take the text obtained from applying a model to an image and insert the lines of that text into...
Hello, I am running kraken on ubuntu 24.04 with python 3.10 in a conda environment. I am unable to apply kraken models to a pdf document to produce OCR-ed text,...
Perhaps in line with the error reported in #695, I encountered the following error while trying to run kraken from the command line to train a segmenter model coming from...
In eScriptorium, I was trying to train a segmenter model on about 10 pages of text. Previously I was able to train dozens of pages at a time. However recently...
Hi, Recently I was trying to train a segmenter model from the command-line and I encountered the following error: ``` RuntimeError: Predictions and targets are expected to have the same...
I following the instructions on the github main page for installing party alongside kraken. I then converted a collection of XML data to binary format (```dataset_rgtc.arrow```), as the instructions indicate....