Skip to main content

All Questions

Tagged with
0 votes
1 answer
51 views

Is it possible to get the angle of rotation of the text area via PaddleOCR?

PaddleOCR can correctly recognize 90, 180 and even 270 degree rotated text in a mode use_angle_cls=True, but it doesnt provide any information about the angle of rotation in a result.As a result, area ...
user176953's user avatar
0 votes
1 answer
51 views

How to determine if a text in an image is upside-down?

I need to establish if text on my image is upside down.Examples of my images: 1 2 3 4 5 I do that via comparison of confidence scores of primal image and 180 degree rotated image, but sometimes ...
user176953's user avatar
-1 votes
1 answer
30 views

Text overlap the image and align center with different digit number

without transform css: Here is my original code: .points-value { grid-template-columns: .1fr 2fr; .label { .points-img { height: 3em; z-index: 2; } p { transform:...
Lemon's user avatar
  • 7
0 votes
0 answers
16 views

Swapping image and text in Shopify/Liquid

Trying to swap an image and a block of text around, however not working with manually swapping the divs and not working with CSS or ordering - not sure if its possible because the images are in block ...
b0n1's user avatar
  • 1
0 votes
0 answers
19 views

Image insert with text in ckeditor

I am using ckeditor 4 currently and i have to implement a feature which is build in ckeditor 5 of image can be put aside and text can be written another side of the image as image shown how can i ...
Harsh Soni _21's user avatar
0 votes
0 answers
7 views

Make image from text or more than two strings

I need to create an Image contend few strings like (first name, last name) with specific font. Any kind of image extension acceptable like(.jpg, .png, ,.svg), I'm using Laravel v9 and php:v8.0 like ...
Deepak Gour's user avatar
0 votes
2 answers
88 views

Add and rotate text 45 degrees PIL/Pillow

I tried adding text and rotating it I need to rotate the text 45 degrees, but Image.ROTATE_90 does not exist from PIL import Image, ImageDraw, ImageFont image = Image.open("good_watermark.jpg&...
Dendi1's user avatar
  • 11
0 votes
1 answer
55 views

How to position a text block over image regardless of image width

I am not well-versed with CSS and can't figure out how to keep a text block overlay relative to the width of my image. When I change the image width from 100% to 50%, the text block stays where it's ...
ampro415's user avatar
0 votes
1 answer
66 views

I can't put the text in the center of the image (over the image) and won't change position when it is being minimize or maximize

I want to put a text (the subtitle-text) inside the image which has an alignment center. This needs to be centered even if it is being minimized or maximized. I tried to use transform and put left and ...
Yesha's user avatar
  • 49
0 votes
2 answers
2k views

DiscordJs: how to insert an image in the middle of text

I have a Discord bot that should send a welcome message in the next format: Some text1 <img1> Some text2 <img2> Some text3 I am using the next code for it (but in this case all images ...
Rougher's user avatar
  • 906
0 votes
1 answer
158 views

OpenCV puttext curved text printing

I am trying to print text in curved way instead of straight line using opencv puttext function. Can lineType supports curve option instead of cv2.LINE_AA? Any other alternatives available to print ...
UserM's user avatar
  • 320
0 votes
0 answers
30 views

Adjust Image size to Textbox in Wordpress

I'm new to WordPress and I have looked for an answer on google and in here but had no luck. I have a two column area where in the left column there is some text and in the right there should be an ...
parascus's user avatar
  • 1,147
0 votes
0 answers
27 views

One image from file and 4 text fields from MySQL database into PDF using FPDF

The MySQL database has over 100 rows. The first field in the table is the image file location and the rest of the fields are text for a total of 5 fields per line. I can get all the text from the ...
Saseow's user avatar
  • 23
1 vote
0 answers
68 views

using PHP's GD to create text with different colors for letters in same word

I am trying to create a PNG using PHP to create text with 2 separate colors. As you can see, $text = "bluewhite";. Currently I have the code to create the entire $text appear as white, but I ...
demooon's user avatar
  • 11
1 vote
0 answers
436 views

How to get the text from an image in memory with C#

I try to create a simple application that read the text form an area in the screen. I manage to do it without problem with Tesseract and Ocr but only from a file. Here is my code : using (var bm = ...
Agfasion's user avatar

15 30 50 per page
1
2 3 4 5
58