Tired of boring texts and unaccented letters? Introducing hat_rev0lution, just for you! This code analyzes the accent ratios in given texts and adds accented characters while creating a new text based on specified ratios. Cool, isn't it? Let's dive deeper...
- Requires Python 3.xx.
- Place the text files you want to analyze for accent ratios in the main directory of this project named as
metin-1.txt
,metin-2.txt
,metin-3.txt
, etc. - By default, the code reads 16 text files. You can adjust this number by modifying the range in the
for
loop on line 76 of the code. - After analysis, you will be prompted to enter the filename for the new text to be created.
- Your new text will also be saved in a file named
new-cool-hat.txt
as displayed in the command line. - Use sample texts provided.
./hat_rev0lution
-> your-input-text.txt (kod sizden bu dosyanın adını isteyecek)
-> metin-1.txt
-> metin-2.txt
-> ...
- Integration of OCR library to add accented characters to text extracted from images.
- Conversion of text found in images to accented characters directly on the image.
Sıkıcı metinler ve şapkasız harflerden bıktınız mı? İşte hat_rev0lution tam da size göre! Bu kod, verilen metinlerdeki şapka oranlarını analiz eder ve yeni bir metin oluştururken belirlenen oranlara göre şapkalı harfler ekler. Harika, değil mi? Hadi daha detaylı bakalım...
- Python 3.xx gereklidir.
- Şapka oranlarını belirlemek istediğiniz metin dosyalarını
metin-1.txt
,metin-2.txt
,metin-3.txt
formatında bu projenin ana dizinine ekleyin. - Kod varsayılan olarak 16 metin dosyasını okur. Bu sayıyı değiştirmek için kodun 76. satırındaki
for
döngüsünün aralığını ayarlayabilirsiniz. - Analiz tamamlandıktan sonra, yeni oluşturulacak metnin dosya adını girmeniz istenecektir.
- Yeni metniniz, komut satırında görüntüleneceği gibi
new-cool-hat.txt
adlı dosyaya da kaydedilecektir. - Örnek metinleri kullanabilirsiniz.
./hat_rev0lution
-> your-input-text.txt (kod sizden bu dosyanın adını isteyecek)
-> metin-1.txt
-> metin-2.txt
-> ...
- OCR kütüphanesi entegrasyonu ile fotoğraflardan çekilen metinlere şapkalı harf ekleme özelliği.
- Fotoğraflarda bulunan metinlerin görüntü üzerinde şapkalı harflere dönüştürülmesi.