Code Monkey home page Code Monkey logo

Comments (8)

jarobyte91 avatar jarobyte91 commented on June 26, 2024

Yes, in some languages, the results we obtained were below the baseline, but our method is very fast, easy to train and language-independent. Also, notice from Table 1 that we obtained this results with as few as 200 documents.

I don't see how you can build a weighting function using word frequency: remember that the weighting function is what determines the weight of each character in each n-gram when you join them together.

from post_ocr_correction.

xuqinkun avatar xuqinkun commented on June 26, 2024

The idea of using word frequency to calculate the weight function came from OCR error correction using correction patterns and self‑organizing migrating algorithm. Besides, I hava a question about the challenge of Post-OCR Text Correction. Why doesn't the authorities provide the image data? I think image features are crucial for OCR text correction tasks. Is there any way to get the image data?

from post_ocr_correction.

xuqinkun avatar xuqinkun commented on June 26, 2024

Challenge ICDAR2019 Competition on Post-OCR Text Correction

from post_ocr_correction.

jarobyte91 avatar jarobyte91 commented on June 26, 2024

The whole purpose of the competition is to correct text when the documents have already been scanned and the image of the document itself has been lost. There is no way to obtain the image data for that particular competition.

from post_ocr_correction.

xuqinkun avatar xuqinkun commented on June 26, 2024

Got it

from post_ocr_correction.

Alexsong111 avatar Alexsong111 commented on June 26, 2024

Got it

Hi Qingkun, do you know how to do all the training all over again? Did you try it?

The author said we can go to notebooks, but the code is outdate and we need to change many things. Have you already change the code in notebooks? Thanks!

from post_ocr_correction.

xuqinkun avatar xuqinkun commented on June 26, 2024

Got it

Hi Qingkun, do you know how to do all the training all over again? Did you try it?

The author said we can go to notebooks, but the code is outdate and we need to change many things. Have you already change the code in notebooks? Thanks!

Try this https://github.com/xuqinkun/post_ocr_correction

from post_ocr_correction.

Alexsong111 avatar Alexsong111 commented on June 26, 2024

Got it

Hi Qingkun, do you know how to do all the training all over again? Did you try it?
The author said we can go to notebooks, but the code is outdate and we need to change many things. Have you already change the code in notebooks? Thanks!

Try this https://github.com/xuqinkun/post_ocr_correction

Qingkun, I still cannot run it. Could you please try to run it with latest python version and give an example command? Thanks!

This is the command I use, is it correct?
python ./train/train_from_scratch.py -i ./train/data/ICDAR2019_POCR_compttition_dataset -ds SROIE -m ./train/data/models/en/model_en.pt -o ./ --do_train --overwrite_model --overwrite_eval --overwrite_train

from post_ocr_correction.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.