Start a new topic
Text
Hello,
Will your API help us to read the handwritten contents from a PDF file?
Dear Prakash,
If you can extract svg paths from your PDF file, then our engine will be able to recognize your text.
If all you have is an image, it will not be able to recognize because MyScript technology is not an OCR.
Regards,
Maël
Our SDK does not manipulating PDF content. This should be done in your side.
What you can do is:
- extract the strokes from the PDF
- convert the strokes to a pointerEvent list
- send these pointerEvents to a "Raw Content" part, via the Editor::pointerEvents() API
You may need to set the raw-content.recognition.text configuration variable to true.
Some of these links may be usefull:
https://developer.myscript.com/docs/interactive-ink/1.2/android/fundamentals/editing/#series-of-events
https://developer.myscript.com/docs/interactive-ink/1.2/reference/configuration/#raw-content
Thanks for your reply. Will it recognize the text from the attached file(image)? Please suggest.
Prakash Gs
Hello,
Will your API help us to read the handwritten contents from a PDF file?
Dear Prakash,
If you can extract svg paths from your PDF file, then our engine will be able to recognize your text.
If all you have is an image, it will not be able to recognize because MyScript technology is not an OCR.
Regards,
Maël
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstJohn @MyScript
Dear Prakash,
Our SDK does not manipulating PDF content. This should be done in your side.
What you can do is:
- extract the strokes from the PDF
- convert the strokes to a pointerEvent list
- send these pointerEvents to a "Raw Content" part, via the Editor::pointerEvents() API
You may need to set the raw-content.recognition.text configuration variable to true.
Some of these links may be usefull:
https://developer.myscript.com/docs/interactive-ink/1.2/android/fundamentals/editing/#series-of-events
https://developer.myscript.com/docs/interactive-ink/1.2/reference/configuration/#raw-content
Regards,
Maël
Prakash Gs
Thanks for your reply. Will it recognize the text from the attached file(image)? Please suggest.
John @MyScript
Dear Prakash,
If you can extract svg paths from your PDF file, then our engine will be able to recognize your text.
If all you have is an image, it will not be able to recognize because MyScript technology is not an OCR.
Regards,
Maël