Textract Handwriting Recognition

0

Hello All, Right now, I am looking into current Optical Recognition Software solutions for a project I am working on. I would basically be automating a backlog of pdfs that would process each document and say whether it does or does not have handwriting in it. So far, Textract seems to be an option, however, it only tells me what the text is. To elaborate, if I simply plug a document in, it will just spit out all the text on the document. This is nice, but I want to be able to adjust the output into a simple Boolean, such that if the document has handwriting it would be put into one bin and if it does not it would be put into a another.

MWong
已提问 2 年前733 查看次数
1 回答
0

The response does include information about the TextType: HANDWRITING | PRINTED, which you could use to identify which document has handwriting and which does not.

https://docs.aws.amazon.com/textract/latest/dg/API_Block.html#Textract-Type-Block-TextType

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则