Search found 19 matches

by user20157
2016-01-21T01:44:19-07:00
Forum: Users
Topic: Changing the leading space in image
Replies: 17
Views: 16483

Re: Changing the leading space in image

Is there any formula that list of all the image's pixel color values with their corresponding coordinates ?. The formula you show me is just for one column only.
by user20157
2016-01-18T18:21:10-07:00
Forum: Users
Topic: Changing the leading space in image
Replies: 17
Views: 16483

Re: Changing the leading space in image

Code: Select all

0,0: (64533,64505,64505,65535)  #FBFBFBFF  srgba(251,251,251,1)
On the code above, i understand #FBFBFBFF srgba(251,251,251,1) represent rgb red, blue and yelllow and alpha values in integer and hexadecimal numbers. What do (0,0) and (64533,64505,64505,65535) represent?
by user20157
2016-01-18T01:33:09-07:00
Forum: Users
Topic: Changing the leading space in image
Replies: 17
Views: 16483

Re: Changing the leading space in image

My second link image is : http://imgur.com/eBn6lKv
by user20157
2016-01-18T01:09:30-07:00
Forum: Users
Topic: Changing the leading space in image
Replies: 17
Views: 16483

Re: Changing the leading space in image

Could you please elaborate more on sentence "average the image into 1 column" ?
by user20157
2016-01-17T23:50:21-07:00
Forum: Users
Topic: Changing the leading space in image
Replies: 17
Views: 16483

Re: Changing the leading space in image

My original image is : http://imgur.com/NralART
I want something look like this :http://imgur.com/xKoKlS
My IM version: 6.9.3-0 Q16 x64
Platform:Windows 10 command line
Thank you very much,
by user20157
2016-01-17T23:22:27-07:00
Forum: Users
Topic: Changing the leading space in image
Replies: 17
Views: 16483

Re: Changing the leading space in image

My problem is that OCR like Tesseract doesn't extract text from the images as accurately as i expected. Thats why i want to try to increase the line spacing so that i can see any improvement or not.
by user20157
2016-01-17T21:06:56-07:00
Forum: Users
Topic: Changing the leading space in image
Replies: 17
Views: 16483

Re: Changing the leading space in image

But that only works on raw text input into command line. How can i make it work with existing image ?
by user20157
2016-01-17T19:32:28-07:00
Forum: Users
Topic: Changing the leading space in image
Replies: 17
Views: 16483

Re: Changing the leading space in image

i mean line-spacing in actual images:
"aaaa
bbbbb"
i would like it to be changed to :
"aaaa

bbbb
"
Something like that
by user20157
2016-01-17T19:03:28-07:00
Forum: Users
Topic: Changing the leading space in image
Replies: 17
Views: 16483

Changing the leading space in image

Is there anyway i can change the leading space of text lines in images so that it appears larger?
by user20157
2016-01-14T08:22:22-07:00
Forum: Users
Topic: Change the pixel color values of some pixels
Replies: 1
Views: 2318

Change the pixel color values of some pixels

Can i somehow change color values of some pixels. For example, on this picture: http://i.stack.imgur.com/Eq6P0.png i want to darken the accent marks of words by changing their pixel values to other normal ones 'mặt','bằng','sổ','đỏ' since it renders in accuracy in text extraction using Tesseract lib...
by user20157
2016-01-12T05:01:08-07:00
Forum: Users
Topic: Change the bold level of the text
Replies: 15
Views: 14680

Re: Change the bold level of the text

by user20157
2016-01-12T02:08:00-07:00
Forum: Users
Topic: Change the bold level of the text
Replies: 15
Views: 14680

Re: Change the bold level of the text

I tried Tesseract
by user20157
2016-01-12T02:04:17-07:00
Forum: Users
Topic: Change the bold level of the text
Replies: 15
Views: 14680

Re: Change the bold level of the text

what do you mean ?
by user20157
2016-01-12T01:09:08-07:00
Forum: Users
Topic: Change the bold level of the text
Replies: 15
Views: 14680

Re: Change the bold level of the text

This is the link to that image which i sent you on last posts: http://i.stack.imgur.com/A2Dq2.png
by user20157
2016-01-12T01:07:14-07:00
Forum: Users
Topic: Change the bold level of the text
Replies: 15
Views: 14680

Re: Change the bold level of the text

i used Tesseract for extracting text from images. All i did to get 100% accuracy from Wordpad is to type the some words in Vietnamese into the Wordpad program and take a screenshot of it(printscreen). Afterwords i run the Tesseract:tesseract imagename filename -l vie and received 100% text accuracy.