Skip to main content

Questions tagged [text]

Text is a sequence of printable characters.

text
0 votes
0 answers
51 views

extract string emojis from text [duplicate]

i want to extract string emojis from string to array of string. Previously, i had this regex: const regex = /([\u{1F600}-\u{1F64F}])/gu and i was using it like this: const parts = text.split(regex)....
Dawken's user avatar
  • 11
0 votes
1 answer
20 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
0 answers
25 views

Coloring a text

I tried to run the code: import time s = time.time_ns()/1000000 en = time.time_ns()/1000000 ma = 0 while True: e = time.time_ns()/1000000 if s - en >= 1000: ma = max(ma,int(1/(e-s)...
Mohamed Ali Martins Agoussine's user avatar
-1 votes
0 answers
42 views

python excel to text task managment [closed]

I developed a code that transforms an Excel file to text. I wanna count the persons going from the same place, but the result is still incorrect. I wanna count from the transformed text. This is a ...
Saber Ghilani's user avatar
-4 votes
0 answers
23 views

.htm text extraction using python [closed]

I have lot of text files (.htm), and I want to extract only a section in each of those texts. There is a table of contents and I have captured my desired title (start point) and the next title (end ...
Jay's user avatar
  • 1
-1 votes
1 answer
39 views

Writing an Ifelese Command to Detect Whether a Word Appears in a Dataframe in R [duplicate]

I want to create a data frame column based on whether a specific dictionary of terms appears within text data. I currently have a data frame, where the column text contains different texts. I would ...
user17896's user avatar
0 votes
1 answer
39 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
0 votes
2 answers
37 views

I need to get these two lines in my variable into one single line. Power Automate variable

I need line 2 in the image to be combined with line 1. Below is what the full variable should look like. CROWDSTRIKE FALCON EPP ENT FLEX BNDL T14.12M I've tried wrapping the text and combining the ...
casecha's user avatar
-6 votes
0 answers
56 views

Is there any library or solution for reading any file in any encoding correctly in C++? [closed]

I don't wanna check what encoding it was written by open it each time. Maybe there is some solution with function like std::vector<std::string> somelib::...
LDr's user avatar
  • 1
-1 votes
0 answers
34 views

How to Perform Text Similarity Calculation Using Multiprocessing?

I tried to perform text similarity in batch, and my code works. However, when I want to speed up the calculation with multiprocessing, my Juypter notebook shows the following mistakes below. I am new ...
leilei's user avatar
  • 69
0 votes
1 answer
43 views

How can I access font families in pygame

I am currently trying to use a font family I have within my working directory in pygame. After looking at the pygame.font.Font documentation I couldn't find anything on this and I also searched on ...
Daniel's user avatar
  • 17
-1 votes
0 answers
39 views

How to create text with gradient fill, gradient inline stroke and inner shadow?

I have problem with CSS. I want to create text from Figma design. This text is in the image I attached below. It should have these properties: Poppins 48px size and 600 weight font Linear Gradient ...
adasq0's user avatar
  • 11
1 vote
1 answer
21 views

Text overlapping over the Toolbar

[I Wrote my first program in jetpack compose and I face this problem that a simple text after putting in a column{} or in a row{} it begins from the toolbar of the emulator means the text gets ...
Shahid Faried's user avatar
0 votes
0 answers
15 views

Methods of Text pattern and template matching for fluttter [closed]

I'm developing an app of flutterflow (I am not a programmer so I'm trying my hand at flutterflow and with the help of GPTs I have been able to develop a personal app to track budgets using text ...
Pathum Wijayasooriya's user avatar
0 votes
0 answers
41 views

SSIS flat file destination sort order

This is an SSIS 2017 issue using a Flat File Destination. We pull the data from an OLD DB Source, run the column through a Sort Transformation and send the result to a Flat File Destination. In all my ...
TimC's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
2131