-
I am trying to setImage using tesserocr:
using this -
```
with PyTessBaseAPI() as api:
for file in filename:
api.Init(lang = 'eng')
api.SetImageFile(file)
#print (api.AllWordConfidences())
a…
-
@dlschwartz Can we do either of these with a schema?
- [ ] Require that there be an English headword (i.e. one and only one `` element with the combination of @srophe:tags="#syriaca-headword" and…
-
if we include these languages in the release we need to flag them as experimental
-
There is a typo in the documentation where `` is called ``.
See the text here: https://github.com/srophe/srophe-app-data/wiki/TEI-Encoding-Manual-for-The-Syriac-Gazetteer#classdesc
The anchor la…
-
The anchors work on the actual wiki page:
https://github.com/srophe/srophe-app-data/wiki#relationships-using-relation
But when they are on the server version of the wiki they no longer work:
…
-
![a-syriac-name](https://user-images.githubusercontent.com/41396793/81941063-55934700-95c6-11ea-9ea5-e39b94a531a5.JPG)
_Originally posted by @monzug in https://github.com/alpheios-project/alpheios-…
-
## Brief outline of the bug
I'd like to help provide syriac (an Aramaic dialect with a variety of scripts, all well-supported in Unicode) support Babel.
## Minimal example showing the bug
No …
-
When I select page language Syriac in pop-up, the field is not updated and is empty.
see screenshot
![aramaico](https://user-images.githubusercontent.com/41396793/82228196-d28c2c80-98f6-11ea-8794-5…
-
Here is the current editorialDecl on [place 78](https://github.com/srophe/srophe-app-data/blob/2019-May-Batch-Changes/data/places/tei/78.xml#L70-L76):
```
This record created fo…
-
for some words sedra returns meanings but no inflection data. We currently are showing no results found for them because they don't have at least a part of speech, the default rule for the adapter. We…