GitHub
github.com › nikssardana › flaskOcr
GitHub - nikssardana/flaskOcr: Flask project to convert image to text
This project uses pytesseract to convert an image to text.
Starred by 4 users
Forked by 2 users
Languages HTML 78.7% | Python 21.3% | HTML 78.7% | Python 21.3%
YouTube
youtube.com › code with prince
Python Flask Web Application : Convert Image To Text, Audio and Get Language Translations | p-1 - YouTube
Convert image to text, audio and get translations web application with Flask and Python. Learn how to build a web site that can convert images into text and ...
Published March 2, 2022 Views 10K
GitLab
0xdf.gitlab.io › 2022 › 07 › 30 › htb-late.html
HTB: Late | 0xdf hacks stuff - GitLab
July 30, 2022 - The site is a simple HTML form that claims it will convert an image to text: It mentions using Flask, which is a Python-based web framework. When I upload an image (the one I had for testing didn’t have any text in it), it returns a results.txt file: ... There’s obviously some kind of optical character regocnition (OCR) going on at the server. If I think about how the text is handled, I can look for the most logical ways to exploit ...
YouTube
youtube.com › watch
Image to Text Web App with PyTesseract & Flask | Step-by-Step Tutorial - YouTube
This is a full stack project; we will build an web app that can take an image file as input as process it with PyTesseract to give an output as str. This out...
Published May 13, 2024
Ajin Abraham
ajinabraham.com › blog › exploiting-insecure-file-extraction-in-python-for-code-execution
Exploiting insecure file extraction in Python for code execution
September 28, 2017 - We are able to write python code to arbitrary location. Now let's see how we can execute it. Consider this sample vulnerable application written in Python Flask. We will make use of __init__.py in Python to achieve code execution.
GitHub
github.com › Tittoh › image-text-extractor
GitHub - Tittoh/image-text-extractor: Flask Image Text Extractor is a RESTful API that extracts text from online images. Given a list of image URLs, it processes each image, applies optical character recognition (OCR) using Tesseract, and returns the extracted text for each image.
Flask Image Text Extractor is a RESTful API that extracts text from online images. Given a list of image URLs, it processes each image, applies optical character recognition (OCR) using Tesseract, and returns the extracted text for each image.
Author Tittoh
Calcont
blog.calcont.in › home › web application › building an image-to-text converter using flask and pytesseract
Building an Image-to-Text Converter using Flask and PyTesseract
October 10, 2023 - Welcome to our step-by-step guide on creating an image-to-text converter using Python Flask and PyTesseract. The task of extracting text from images is a common requirement in many applications, be it in document digitization, OCR tasks, or indexing images for search. This tutorial will provide you with a detailed walkthrough on setting up a web-based converter that uses Flask and PyTesseract, a Python binding for Google's Tesseract-OCR Engine.
Kaggle
kaggle.com › code › tatamikenn › text-rendering-ocr-exploit-lb-0-305
Text Rendering: OCR-Exploit [LB=0.305]
Checking your browser before accessing www.kaggle.com · Click here if you are not automatically redirected after 5 seconds
YouTube
youtube.com › kushal bhavsar
OCR: Fetch Text from Image in Flask python(WebApp) - YouTube
Hello guys spidy here This website can extract text from imageIt's is developed in flask python Buy at low price:- https://www.instamojo.com/kushalbhavsar182...
Published December 24, 2019 Views 2K
GeeksforGeeks
geeksforgeeks.org › python-convert-image-to-text-and-then-to-speech
Convert image to text and then to speech – Python | GeeksforGeeks
May 6, 2025 - Optical Character Recognition (OCR) and Text-to-Speech (TTS) are two technologies that can be combined to convert images containing text into spoken words. This process has various applications such as assisting visually impaired individuals, automating document processing or creating interactive multimedia content.
DEV Community
dev.to › pirateducky › image-gallery-3m5b
Photo Gallery - DEV Community
August 21, 2020 - This query will return the file name and then this file name will be looked up and returned, so using a union we might be able to trick the DB into handing us some other files if we just give it a filename that is interesting - this is where that docker image comes in handy, we know there is a main.py file and we also know the file structure - so here is my payload, I had to give it an id that didn’t exist so my UNION would work.

