Live data from Hacker News

Viewing profile — ocrcustomserver

ocrcustomserver

HN member
Joined
Wed, Jun 21, 2017, 1:56 AM UTC
HN karma
38
Public activity
70 items

About ocrcustomserver

I'm an independent consultant in the documents space.

Do you need to extract text from PDF documents (unstructured, semi-structured or forms)?

Do you have an OCR problem?

I can probably help.

Feel free to contact me: ocrcustomserver@gmail.com

Recent public activity

  1. comment
    Comment #20755812

    What is the reason that you want to roll your own? Is it because you want to own the IP or for learning purposes?

  2. comment
    Comment #20483603

    For the state of the art check the ICDAR, DAS and ICFHR (for handwriting) conferences. For an overview: https://github.com/handong1587/handong1587.github.io/blob/ma...

  3. comment
    Comment #20483572

    What is the accuracy that you're getting from it?

  4. comment
    Comment #20483431

    From the Tesseract FAQ: "Can I use Tesseract for handwriting recognition? You can, but it won’t work very well, as Tesseract is designed for printed text. Look for projects focused…

  5. comment
    Comment #20483412

    (literally just scale it up x2 or x4). Just to clarify, the input image should be 300dpi.

  6. comment
    Comment #20483362

    In this case, the use is extracting words that can be used in full-text search, so structural extraction isn't a key criteria. In case someone wants to know more, the former is kno…

  7. comment
    Comment #20483246

    Typically OCR accuracy is measured in two ways, CER (Character error rate) and WER (Word error rate). If just one number is provided, it's typically CER. "Finding words in images" …

  8. comment
    Comment #20483069

    "The problem is that while Textract works really well for well defined tabular data it does not work for tables where the rows and columns are implied with white space, instead of …

  9. comment
    Comment #20483006

    Accuracy of Google OCR vs Tesseract v4 (on books and web): https://imgur.com/a/Tj0TASf

  10. comment
    Comment #20482820

    The Apple Newton was capable of online OCR (doesn't have to do with internet connectivity in this case). As you mention, online OCR is when you input the strokes directly on the de…

  11. comment
    Comment #20482762

    I'm curious, if you email me a sample I can tell you what's possible.

  12. comment
    Comment #19343561

    The reason is that online OCR (this particular case) is entirely different from offline OCR. Online OCR is when you input the strokes directly on the tablet/phone, so it becomes a …

  13. comment
    Comment #18904307

    Found this: https://www.reddit.com/r/datasets/comments/4lxnjj/request_li...

  14. comment
    Comment #18899773

    Does a list of all hospitals (in each state) exist somewhere?

  15. comment
    Comment #18749855

    pdfminer is another good library (Python).

  16. comment
    Comment #18585964

    If this is important to you (extraction of information like ID/name/date from non-searchable PDFs), you could send me an email and we could discuss it further. I might be able to h…

  17. comment
    Comment #18580574

    Some videos that were just released: Announcing Amazon Textract, https://www.youtube.com/watch?v=PHX7q4pMGbo Introducing Amazon Textract: Now in Preview, https://www.youtube.com/wa…

  18. comment
    Comment #18579873

    There's ABBYY FineReader Engine CLI for Linux: https://www.ocr4linux.com/

  19. comment
    Comment #18557818

    This is very interesting. I'm curious to see how they will execute on several points: 1. How it will deal with multiple templates that the system hasn't seen before. Especially whe…

  20. comment
    Comment #18557671

    As tracker1 mentioned, don't think of this as for reflowing text for different devices but as a data capture and documents processing solution. Example: You are dealing with a lot …

  21. comment
    Comment #18557588

    Shameless plug: I work on custom solutions that do this locally, shoot me an email if interested.

  22. comment
    Comment #18557541

    There's Google Cloud Vision and Microsoft Cognitive Services that act as competitors to Amazon Rekognition, but AFAIK there's no offering from a FAANG that competes with AWS Textra…

  23. comment
    Comment #18557490

    The docs page [1] (subject to change) mentions: Do you support handwriting? – We do not support handwriting extraction. [1]: https://docs.aws.amazon.com/textract/latest/dg/how-it-w…

  24. comment
    Comment #18557445

    OneNote can do transcription (copy text from image).

  25. comment
    Comment #18557433

    Yeah, Evernote's OCR engine will generate possible candidates for every given word and will sort them internally by confidence score. Screenshot: https://s24953.pcdn.co/blog/wp-con…