quran / ayah-detection

scripts to detect ayah markers from quran images
95 stars 41 forks source link

Update main.py #1

Closed AlaaZayed closed 9 years ago

AlaaZayed commented 9 years ago

The problem is when last verse of page is not ended at this page and has more than one line glyph, all glyphs insert statements are written to be in first line of verse. The solution was updating value of cur_line, so glyphs insert statements get the correct line number.

This Problem won't appear no verse can continue at next page like in Moshaf Madina. It only appears for verse continue in next page and has more than one line at that starting page.

ahmedre commented 9 years ago

jazakAllah khairan!