Image to text conversion OCR/ICR using PHP without TesseractConvert HTML + CSS to PDF with PHP?Saving image from PHP URLReference — What does this symbol mean in PHP?Tesseract OCR - Handwritten fontHow to extract text from image using openCV or OCR tesseract?ICR for machine printed text?Incorrect extracted text from image and how to improve tesseract-ocr 3.0 for C#?Tika duplicates text when used with Tesseract on OCR PDFGetting handwritten text from imagesHow to Tesseract OCR for php without Composer
How to patch glass cuts in a bicycle tire?
What does kpsewhich stand for?
Why A=2 and B=1 in the call signs for Spirit and Opportunity?
Why do Russians almost not use verbs of possession akin to "have"?
What is the use case for non-breathable waterproof pants?
Did this character show any indication of wanting to rule before S8E6?
Are runways booked by airlines to land their planes?
Why did other houses not demand this?
What's difference between "depends on" and "is blocked by" relations between issues in Jira next-gen board?
What is the view of Buddhism in correcting others' view in spite of their willingness to accept it?
Why was this character made Grand Maester?
Can a person survive on blood in place of water?
Is there a single word meaning "the thing that attracts me"?
Freedom of Speech and Assembly in China
Shorten or merge multiple lines of `&> /dev/null &`
Replacement stem cap and bolt
Drums and punctuation
Need to read my home electrical Meter
Why did Theresa May offer a vote on a second Brexit referendum?
Co-author wants to put their current funding source in the acknowledgements section because they edited the paper
Security vulnerabilities of POST over SSL
Did 20% of US soldiers in Vietnam use heroin, 95% of whom quit afterwards?
Does French have the English "short i" vowel?
Are black holes spherical during merger?
Image to text conversion OCR/ICR using PHP without Tesseract
Convert HTML + CSS to PDF with PHP?Saving image from PHP URLReference — What does this symbol mean in PHP?Tesseract OCR - Handwritten fontHow to extract text from image using openCV or OCR tesseract?ICR for machine printed text?Incorrect extracted text from image and how to improve tesseract-ocr 3.0 for C#?Tika duplicates text when used with Tesseract on OCR PDFGetting handwritten text from imagesHow to Tesseract OCR for php without Composer
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
How should the extraction of printed text and handwritten text from scanned images by OCR/ICR using PHP without using Tesseract be done? In short, how can OCR and ICR be made in PHP without Tesseract?
php ocr
add a comment |
How should the extraction of printed text and handwritten text from scanned images by OCR/ICR using PHP without using Tesseract be done? In short, how can OCR and ICR be made in PHP without Tesseract?
php ocr
2
Please go through stackoverflow.com/help/how-to-ask. You can expect better answers if you add more details.
– ASR
Mar 23 at 21:15
You're going to need an add-on library or to call some web API to do this, PHP does not include aconvert_image_to_text()function. You should probably be searching for that tool yourself but you can try editing your question to include more details about what tool you're looking for and why it can't be Tessaract.
– Dave S
Mar 24 at 0:37
My teacher has allowed me only API and library of OCR and ICR he doesn't allow me to use any software like tesseract so, thats why I am unable to use tesseract .Do you know any library or web API related to OCR and ICR in PHP?
– Rameen Ali
Mar 24 at 7:36
You should edit your question to add that information. Did you try a Google search and StackOverflow search on something like "PHP OCR" ?
– Dave S
Mar 24 at 22:39
add a comment |
How should the extraction of printed text and handwritten text from scanned images by OCR/ICR using PHP without using Tesseract be done? In short, how can OCR and ICR be made in PHP without Tesseract?
php ocr
How should the extraction of printed text and handwritten text from scanned images by OCR/ICR using PHP without using Tesseract be done? In short, how can OCR and ICR be made in PHP without Tesseract?
php ocr
php ocr
edited Mar 24 at 0:25
karel
2,41492832
2,41492832
asked Mar 23 at 20:03
Rameen AliRameen Ali
1
1
2
Please go through stackoverflow.com/help/how-to-ask. You can expect better answers if you add more details.
– ASR
Mar 23 at 21:15
You're going to need an add-on library or to call some web API to do this, PHP does not include aconvert_image_to_text()function. You should probably be searching for that tool yourself but you can try editing your question to include more details about what tool you're looking for and why it can't be Tessaract.
– Dave S
Mar 24 at 0:37
My teacher has allowed me only API and library of OCR and ICR he doesn't allow me to use any software like tesseract so, thats why I am unable to use tesseract .Do you know any library or web API related to OCR and ICR in PHP?
– Rameen Ali
Mar 24 at 7:36
You should edit your question to add that information. Did you try a Google search and StackOverflow search on something like "PHP OCR" ?
– Dave S
Mar 24 at 22:39
add a comment |
2
Please go through stackoverflow.com/help/how-to-ask. You can expect better answers if you add more details.
– ASR
Mar 23 at 21:15
You're going to need an add-on library or to call some web API to do this, PHP does not include aconvert_image_to_text()function. You should probably be searching for that tool yourself but you can try editing your question to include more details about what tool you're looking for and why it can't be Tessaract.
– Dave S
Mar 24 at 0:37
My teacher has allowed me only API and library of OCR and ICR he doesn't allow me to use any software like tesseract so, thats why I am unable to use tesseract .Do you know any library or web API related to OCR and ICR in PHP?
– Rameen Ali
Mar 24 at 7:36
You should edit your question to add that information. Did you try a Google search and StackOverflow search on something like "PHP OCR" ?
– Dave S
Mar 24 at 22:39
2
2
Please go through stackoverflow.com/help/how-to-ask. You can expect better answers if you add more details.
– ASR
Mar 23 at 21:15
Please go through stackoverflow.com/help/how-to-ask. You can expect better answers if you add more details.
– ASR
Mar 23 at 21:15
You're going to need an add-on library or to call some web API to do this, PHP does not include a
convert_image_to_text() function. You should probably be searching for that tool yourself but you can try editing your question to include more details about what tool you're looking for and why it can't be Tessaract.– Dave S
Mar 24 at 0:37
You're going to need an add-on library or to call some web API to do this, PHP does not include a
convert_image_to_text() function. You should probably be searching for that tool yourself but you can try editing your question to include more details about what tool you're looking for and why it can't be Tessaract.– Dave S
Mar 24 at 0:37
My teacher has allowed me only API and library of OCR and ICR he doesn't allow me to use any software like tesseract so, thats why I am unable to use tesseract .Do you know any library or web API related to OCR and ICR in PHP?
– Rameen Ali
Mar 24 at 7:36
My teacher has allowed me only API and library of OCR and ICR he doesn't allow me to use any software like tesseract so, thats why I am unable to use tesseract .Do you know any library or web API related to OCR and ICR in PHP?
– Rameen Ali
Mar 24 at 7:36
You should edit your question to add that information. Did you try a Google search and StackOverflow search on something like "PHP OCR" ?
– Dave S
Mar 24 at 22:39
You should edit your question to add that information. Did you try a Google search and StackOverflow search on something like "PHP OCR" ?
– Dave S
Mar 24 at 22:39
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55317851%2fimage-to-text-conversion-ocr-icr-using-php-without-tesseract%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55317851%2fimage-to-text-conversion-ocr-icr-using-php-without-tesseract%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Please go through stackoverflow.com/help/how-to-ask. You can expect better answers if you add more details.
– ASR
Mar 23 at 21:15
You're going to need an add-on library or to call some web API to do this, PHP does not include a
convert_image_to_text()function. You should probably be searching for that tool yourself but you can try editing your question to include more details about what tool you're looking for and why it can't be Tessaract.– Dave S
Mar 24 at 0:37
My teacher has allowed me only API and library of OCR and ICR he doesn't allow me to use any software like tesseract so, thats why I am unable to use tesseract .Do you know any library or web API related to OCR and ICR in PHP?
– Rameen Ali
Mar 24 at 7:36
You should edit your question to add that information. Did you try a Google search and StackOverflow search on something like "PHP OCR" ?
– Dave S
Mar 24 at 22:39