Web Forms :: Open Source OCR Library To Convert Image To Text
Dec 14, 2012I need the dll for Converting the image to text (ocr)....
View 1 RepliesI need the dll for Converting the image to text (ocr)....
View 1 RepliesWe are looking for a ASP.NET Rich Controls Library. We don't have much budget to spend. We are looking for a decent choice which give a rich feeling to our application, works and reliable.What are the best available options on ASP.NET Controls Library which are free and has good support online?
View 2 RepliesIs there a .Net open source library to convert the word dococument to HTML to display inside the webpage.
I know several tools to convert word docs to html files, but my requirements is to convert the doc(either from the file or just extracted text) to HTML on the fly in the ASP.Net application.
I found the converting-a-word-document-into-usable-html-in-php PHP library do the same thing, is there any similar tool in .net?
Is there a pre-existing library to extract plain text form Open XML file formats (e.g. docx, pptx, and xlsx) files?
I require this to populate a lucene.net index.
I've found this example which extracts text from docx and it seems to work okay. But before building my own solution based on this I was wondering if there's something already available for the other file formats?
how to convert both text and image together into an image. To clarify my question I can say if I have a text editor where I can add both text,image,audio or video player, how canI convert the whole texteditor.text (it gives me html code) to an image and save it in a file.
View 3 Replieshow can i convert text to image into asp.net pages an show it to user?
View 4 Replieshow to convert both text and image together into an image. To clarify my question I can say if I have a text editor where I can add both text,image,audio or video player, how can I convert the whole texteditor.text (it gives me html code) to an image and save it in a file. I will be highly pleased with your answer.
View 2 Replies <form id="form1" runat="server"> <div id="dvforimage"> <asp:TextBox ID="Txtimage" runat="server"></asp:TextBox> <b>This is text</b> <img id="imgforconvert" src="images.jpg" alt="img1" /> </div> <asp:Button ID="btnforimage" runat="server" Height="28px" Width="72px" Text="ok" onclick="btnforimage_Click" /> </form>
I want to convert all data present in div to jpeg.I mean image,text or whatever i write inside div tag.You have given me previous cod e which only convert text to image.
i want to create image.. if i want to create image with text..ex: name shivanand.. shoud image contens name shivanand itself with width 200px and height 200px
View 1 RepliesHow to add different text with different colour in bitmap image using wpf.i have written the code it will take only one colour in text line but i want different colour in bitmap
SolidBrush brush = new SolidBrush(System.Drawing.Color.White);
System.Drawing.Brush brush1 = new SolidBrush(System.Drawing.Color.Blue);
// draw your rectangle below the original image
System.Drawing.Font font = new System.Drawing.Font("Arial", fontsize, System.Drawing.FontStyle.Bold, GraphicsUnit.Pixel);
SizeF textSize = new SizeF();
graphics.DrawString(multiLineString, font, brush1, position);
I have a column in sybase database with image datatype which stores some message information. I want to convert back to text when presented to the user. how do I do it in the Client side? if someone has any suggestion or related code.
View 5 Repliesasp.net open source Lead management system with source code.
View 9 RepliesI couldn't decide where would be the most apprioate. I looking for an online source control site, if such a thing exists? I've checked out codeplex and thats really for open source projects ? which this isn't. does anyone have a recommendations?
View 4 RepliesIs there a way to use the firefox (or chrome or any other good browsers) rendering engine to convert html (as a text string) to an image?I have full access to the server I'm using, so no limitations there.
View 2 RepliesI am making a class library. I want to use some of ajax control but don't know how to use ajax source code. suppose i want to use file upload control in my class library. How should i accomplish this task. I mean to say how should i refer ajax file upload sript file(.js) in my class library.
View 6 RepliesI am looking for any source code for my website to include a genealogy. I am not having time to build it up from the scratch. If any one can provide me the libraries or any partial code, so I could use it
View 2 RepliesI have two Picture Libraries. One has pictures and the other contains the thumbnails created programmatically by me. I am displaying the thumbnails into a custom webpart. I need to display the original pictures on mouseover on the thumbnails displayed in webpart and the originals displayed should dissappear on mouse out.
View 1 RepliesI want any open sourse c#.net application which will implement Asp .Net Web Parts in it.
if its covering all the posibilities of web parts then well and good.
I want to learn it as per the actual requirement . Which will make me easy 2 understand & to visualize as well. Because i m new to this concept.
Is there any .net library which would convert a HTML output to PDF --- in an asp.net application.Doesn't matter if it is free or not
View 8 RepliesI want to add an article directory to my site that allows visitors to submit their articles. Is there any open source code out there for this or is there anything similar?
View 3 RepliesI bind the Image to Grdview Column like below
[Code]....
Now how i add the clik event to image control and open the image in New window any Idea?
I am trying to convert pdf to image without using any third party controls and then display the image in webpage.
View 6 RepliesI created image from byte array
System.Drawing.Image newImage;
using (MemoryStream ms = new MemoryStream(imageBytes, 0, imageBytes.Length))
{
ms.Write(imageBytes, 0, imageBytes.Length);
newImage = System.Drawing.Image.FromStream(ms, true);
}
and now I need to have this image as a source for asp:Image (System.Web.UI.WebControls.Image). Is this possible as I know that conversion is impossible?
We are in the process of building corporate website where they need basic web content search and document upload and search on the same.
I would like to know if any open source CMS tool out there which will allow us to do that.
Mojo protal - is soemthing i am looking at it. let us know feedback on the tool. We are looking very simple CMS features.
Does anyone he best opensource for .NET controls? With Dev Express, Telerik, they so cool, but they are commercial version.
View 2 Replies