JKamlah
JKamlah
Hello JBaiter, it sounds like the namespaces are declared but the other XHTML elements are inheriting the namespace, because they do not have the XHTML namespace explicitly declared. It would...
Sorry for the late response. I am still trying to fix the problem. Your code snippets runs without any problems on my local machine but not on the server. And...
Thanks @amitdo and @bertsky for the great feedback. I will try to optimize the current implementation design and add an option to switch between `non-linear normalization` and `pixContrastNorm()`, maybe with...
Hello @krzysiekj94. You could try the [Latin model](https://github.com/tesseract-ocr/tessdata_fast/blob/main/script/Latin.traineddata). At first glance it seems to produce good results, but maybe you need to finetune some character to get proper results for...
You could try: Finetuning This technique will work best if you want to work with a small set of font types and fix glyph ranges, which you want to detect...
Thank you for the idea @amitdo. I am sorry for not responding for so long. I will get back to you in the coming weeks (not before Easter) with a...
@stweil there are two attributes for the TextRegionType in the PAGE XML format: [orientation](https://github.com/PRImA-Research-Lab/PAGE-XML/blob/830a3ae8aa7b5dac973cd00d06ba1acfc37fe0af/PAGE-release/gts/pagecontent/2019-07-15/pagecontent.xsd#L380) and [readingOrientation](https://github.com/PRImA-Research-Lab/PAGE-XML/blob/830a3ae8aa7b5dac973cd00d06ba1acfc37fe0af/PAGE-release/gts/pagecontent/2019-07-15/pagecontent.xsd#LL412C1-L412C54). I will see if it is possible to add some information about the text...
The baselines should now all be in place: 51fd52e51e4eca65c7ed32114aecdec3f3c1fb1c
The only visible scrollbar can atm be applied by a scrollview container and that seems to be buggy. So i implemented the necessary code and i will activate it, if...
Solved problems - [x] Update the code to work with kivy 2.0. - [x] ID assignments need to be removed. - [x] Atm there are problems with kivymd 0.114.1 (e.g....