Viewing profile — ocrcustomserver
ocrcustomserver
HN member- Joined
- Wed, Jun 21, 2017, 1:56 AM UTC
- HN karma
- 38
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About ocrcustomserver
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
-
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?
-
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...
-
comment
Comment #20483572
What is the accuracy that you're getting from it?
-
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…
-
comment
Comment #20483412
(literally just scale it up x2 or x4). Just to clarify, the input image should be 300dpi.
-
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…
-
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" …
-
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 …
-
comment
Comment #20483006
Accuracy of Google OCR vs Tesseract v4 (on books and web): https://imgur.com/a/Tj0TASf
-
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…
-
comment
Comment #20482762
I'm curious, if you email me a sample I can tell you what's possible.
-
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 …
-
comment
Comment #18904307
Found this: https://www.reddit.com/r/datasets/comments/4lxnjj/request_li...
-
comment
Comment #18899773
Does a list of all hospitals (in each state) exist somewhere?
-
comment
Comment #18749855
pdfminer is another good library (Python).
-
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…
-
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…
-
comment
Comment #18579873
There's ABBYY FineReader Engine CLI for Linux: https://www.ocr4linux.com/
-
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…
-
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 …
-
comment
Comment #18557588
Shameless plug: I work on custom solutions that do this locally, shoot me an email if interested.
-
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…
-
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…
-
comment
Comment #18557445
OneNote can do transcription (copy text from image).
-
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…