-
This is a regression from #437:
```python
>>> regions[0].get_type()
'page-number'
>>> isinstance(regions[0].get_type(), str)
True
>>> isinstance(TextTypeSimpleType.PAGENUMBER, str)
False
>>>…
-
**Describe the bug**
I had a Weblate 3.11 installation and tried upgrading it to 4.2. However, the described migration error occurred.
I then removed all Docker containers, images and volumes and…
Ereza updated
4 years ago
-
**Describe the bug**
I'm using Weblate on Docker Container. I'm trying to use borg for backup, but it can not work.
**To Reproduce**
Steps:
1- I have opened this URL ".../manage/backup/" …
-
**Describe the bug**
I'm using 1 git repo and 1 branch to manage my all components, actually, they are using different files, may don't cause code conflict issue, but these days I found some files go…
-
**Describe the bug**
The enviroment variables for Docker `WEBLATE_REMOVE_AUTOFIX` and `WEBLATE_REMOVE_ADDONS` does not work. They make a start-up error saying that the item doesn't exist in the list …
-
This is a fresh new install. Installed into a clean ubuntu 20.04 LXC followed the instructions from the guide.
Created my first project, and than created the first three component by hand, and the …
tsabi updated
4 years ago
-
As an user of OCR-D-Tools it is the easiest approach to run the Tools the containerized way.
For a production environment release builds of ocrd-all-containers are a key requirement for stable work…
-
@j23d reports:
````
> (venv) ocrd@b-lx0064:/data/ocrd_tests/wp-one$ ocrd process -l DEBUG \
> > "tesserocr-segment-region -I DEFAULT -O OCR-D-SEG-BLOCK" \
> > "tesserocr-segment-line -I OCR-D-SE…
-
Will you consider the ability to convert a PDF file to a Page-xml file..
mrocr updated
4 years ago
-
Weblate crashes when "language" contains unicode characters ie "Norwegian Bokmål"
create a new translation with language = Norwegian Bokmål
try to commit any translations changes
**Server co…