bmwmy

Results 7 comments of bmwmy

I am trying to use PoDoFo for Arabic. Seems letters get reversed in each word. Hello World becomes olleW dlroW I suggest giving option to output rtl (which reverse letters...

I am trying to reverse every text child in the code in HOCRPdfExporter.cc line 729 painter.drawText(wordRect.x() * px2pu, y * px2pu, wordItem->text()); to be painter.drawText(wordRect.x() * px2pu, y * px2pu,...

actually using docker toolbox on windows via Virtualbox vm instance When I try fist command to build the image, fedora OS says GPG key missing or something like that. Can...

@Shreeshrii no HOCR and plain text outputs are correct

FYI It seems that scribus dealt with rtl language differently as I realize they store Arabic text in reverse order. Some of IFs their to detect if it is Arabic...

I examined @Shreeshrii training set and I appreciate his effort, but seems the text in generated tiffs image files are very small than it should be. It is hard to...

this is the command `kraken -i "yarab_deskewed.png" "yarab.txt" segment -bl ocr -m arabic_best.mlmodel` [Kraken_Dated_07-09-2022.pdf](https://github.com/mittagessen/kraken/files/15028151/Kraken_Dated_07-09-2022.pdf) [Kraken_4.13.20.pdf](https://github.com/mittagessen/kraken/files/15028126/Kraken_4.13.20.pdf) [kraken_5dev23.pdf](https://github.com/mittagessen/kraken/files/15028127/kraken_5dev23.pdf) [yarab_deskewed](https://github.com/mittagessen/kraken/assets/24265205/c5957b08-ec78-443a-aef5-83cc1c08c3cb) (the original file being OCRed) in every major update in kraken, decreased accuracy...