CN114140715A - Method and device for identifying storage position of file, computer equipment and storage medium - Google Patents

Method and device for identifying storage position of file, computer equipment and storage medium Download PDF

Info

Publication number
CN114140715A
CN114140715A CN202111367573.4A CN202111367573A CN114140715A CN 114140715 A CN114140715 A CN 114140715A CN 202111367573 A CN202111367573 A CN 202111367573A CN 114140715 A CN114140715 A CN 114140715A
Authority
CN
China
Prior art keywords
target
file
code
bar code
image
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202111367573.4A
Other languages
Chinese (zh)
Inventor
刘文可
杨蕾
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China General Nuclear Power Corp
CGN Power Co Ltd
Daya Bay Nuclear Power Operations and Management Co Ltd
Lingdong Nuclear Power Co Ltd
Guangdong Nuclear Power Joint Venture Co Ltd
Lingao Nuclear Power Co Ltd
Original Assignee
China General Nuclear Power Corp
CGN Power Co Ltd
Daya Bay Nuclear Power Operations and Management Co Ltd
Lingdong Nuclear Power Co Ltd
Guangdong Nuclear Power Joint Venture Co Ltd
Lingao Nuclear Power Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China General Nuclear Power Corp, CGN Power Co Ltd, Daya Bay Nuclear Power Operations and Management Co Ltd, Lingdong Nuclear Power Co Ltd, Guangdong Nuclear Power Joint Venture Co Ltd, Lingao Nuclear Power Co Ltd filed Critical China General Nuclear Power Corp
Priority to CN202111367573.4A priority Critical patent/CN114140715A/en
Publication of CN114140715A publication Critical patent/CN114140715A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06KGRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
    • G06K17/00Methods or arrangements for effecting co-operative working between equipments covered by two or more of main groups G06K1/00 - G06K15/00, e.g. automatic card files incorporating conveying and reading operations
    • G06K17/0022Methods or arrangements for effecting co-operative working between equipments covered by two or more of main groups G06K1/00 - G06K15/00, e.g. automatic card files incorporating conveying and reading operations arrangements or provisious for transferring data to distant stations, e.g. from a sensing device
    • G06K17/0025Methods or arrangements for effecting co-operative working between equipments covered by two or more of main groups G06K1/00 - G06K15/00, e.g. automatic card files incorporating conveying and reading operations arrangements or provisious for transferring data to distant stations, e.g. from a sensing device the arrangement consisting of a wireless interrogation device in combination with a device for optically marking the record carrier

Abstract

The present application relates to the field of information-based construction technologies, and in particular, to a method and an apparatus for identifying a storage location of an archive, a computer device, and a storage medium. The method comprises the following steps: receiving a query condition, and determining a position code matched with the query condition; performing bar code identification on an image acquired by image acquisition equipment to determine a target bar code; the target bar code is used for representing the position code; and outputting the storage position corresponding to the target bar code. By adopting the identification method of the file storage position, the file searching efficiency can be effectively improved.

Description

Method and device for identifying storage position of file, computer equipment and storage medium
Technical Field
The present application relates to the field of information-based construction technologies, and in particular, to a method and an apparatus for identifying a storage location of an archive, a computer device, and a storage medium.
Background
With the development of computer technology, archive management can be performed through computer equipment, and archive management can search and count archives. The archives are stored in the file box, the position code is pasted on the file box and can be a one-dimensional bar code, and the number of the storehouse, the number of the file cabinet, the number of the file layer grid and the number of the file box are recorded by the number on the side of the one-dimensional bar code.
Among the prior art, when seeking the filing box, managers can obtain the position code of filing box through archives name retrieval database, and the position code includes storehouse number, filing cabinet number, archives layer check number and filing box number. Managers can confirm specific a certain storehouse according to the storehouse serial number, confirm specific one row of filing cabinet according to the filing cabinet serial number again, confirm specific a certain check archival layer according to archival layer check number again, seek in proper order in the check that corresponds archival layer according to file box number at last until finding the archival box that needs look up.
However, when the number of the file boxes stored in the file cabinet is large, the manager needs to spend a lot of time in the corresponding file layer grid to search the file box through the box number of the file box. If the file box is looked up before, not put back according to the archives position code strictly, only put corresponding storehouse in, then can't be according to the archives position code of retrieving, find the concrete locating position of actual archives box on the filing cabinet. Then, the administrator needs to spend more time searching on each file layer grid one by one until the file layer grid is found, so that the file searching efficiency is low.
Disclosure of Invention
In view of the foregoing, there is a need to provide a method, an apparatus, a computer device and a storage medium for storing a file, which can improve the efficiency of searching for the file.
In a first aspect, a method for identifying a storage location of an archive is provided, the method including:
receiving a query condition, and determining a position code matched with the query condition;
performing bar code identification on an image acquired by image acquisition equipment to determine a target bar code; the target bar code is used for representing the position code;
and outputting the storage position corresponding to the target bar code.
In one embodiment, the method further comprises the following steps:
extracting keywords from the query conditions to obtain target keywords;
determining a position code matched with the target keyword according to the file record information, and determining a position code matched with the query condition according to the position code matched with the target keyword; the file record information comprises the corresponding relation between the position codes of a plurality of file boxes and the file keywords.
In one embodiment, further comprising:
determining a storehouse number corresponding to the file to be inquired according to the position code;
acquiring target images acquired by each image acquisition device in the storehouse corresponding to the storehouse number;
and carrying out bar code identification on the target image.
In one embodiment, further comprising:
performing bar code shading identification on the image to obtain a plurality of bar codes in the image;
respectively carrying out bar code identification on the bar codes to obtain a plurality of position codes corresponding to the bar codes;
and if a target position code consistent with the position code exists in the plurality of position codes, determining the bar code corresponding to the target position code as the target bar code.
In one embodiment, further comprising:
and outputting position prompt information, wherein the position prompt information comprises a storage position corresponding to the target bar code.
In one embodiment, further comprising:
displaying a target image to which the target bar code belongs;
and marking the target bar code in the target image and displaying the storage position corresponding to the target bar code.
In one embodiment, further comprising:
the storage position comprises a file cabinet number and a file grid number.
In a second aspect, there is provided an apparatus for identifying a storage location of a document, the apparatus comprising:
the receiving module is used for receiving the query condition and determining the position code matched with the query condition;
the identification module is used for carrying out bar code identification on the image acquired by the image acquisition equipment and determining a target bar code; the target bar code is used for representing the position code;
and the output module is used for outputting the storage position corresponding to the target bar code.
In a third aspect, a computer device is provided, which includes a memory and a processor, where the memory stores a computer program, and the processor executes the computer program to implement the steps of the method according to the first aspect and any one of the possible implementation manners of the first aspect.
In a fourth aspect, a computer-readable storage medium is provided, on which a computer program is stored, which, when being processed by a processor, implements the first aspect and the steps of any one of the possible implementation methods of the first aspect.
The identification method, the identification device, the computer equipment and the storage medium of the archive storage position receive the query condition and determine the position code matched with the query condition; performing bar code identification on an image acquired by image acquisition equipment, and determining a target bar code, wherein the target bar code is used for representing a position code; and outputting the storage position corresponding to the target bar code. Therefore, by adopting the processing method, the database can be searched through the name of the target file, and all file names and position code information are input into the database. When the target file name is completely consistent with a certain file name, the target file position code is obtained. The camera takes a picture of the file cabinet in the corresponding storehouse, the bar codes of the file boxes are identified one by one, and when the position code after the bar code identification is completely consistent with the target file position code, the target bar code in the picture is marked, so that the placing position of the picture is easy to visually capture. When having avoided archives to look up and finishing putting back, need strictly put according to archives position code. Therefore, by the adoption of the identification method of the file storage position, the file searching efficiency can be effectively improved.
Drawings
FIG. 1 is a block diagram of a computer device according to an embodiment of the present disclosure;
fig. 2 is a schematic flowchart of a method for identifying a storage location of a file according to an embodiment of the present disclosure 1;
FIG. 3 is a schematic diagram of a search interface for a precision search database provided in an embodiment of the present application;
FIG. 4 is a schematic diagram of an accurate search results interface provided by an embodiment of the present application;
FIG. 5 is a schematic view of a barcode provided in an embodiment of the present application;
fig. 6 is a schematic diagram of an identified location code information interface according to an embodiment of the present disclosure;
FIG. 7 is a flowchart illustrating a method for identifying a storage location of a file according to an embodiment of the present disclosure;
FIG. 8 is a schematic diagram of a fuzzy search database retrieval interface provided in an embodiment of the present application;
FIG. 9 is a schematic diagram of a fuzzy search results interface provided by an embodiment of the present application;
FIG. 10 is a flowchart illustrating a method for identifying a storage location of a file according to an embodiment of the present disclosure;
fig. 11 is a flowchart illustrating a method for identifying a storage location of a file according to an embodiment of the present disclosure;
FIG. 12 is a side view of a file box according to an embodiment of the present application;
fig. 13 is a flowchart illustrating a method for identifying a storage location of a file according to an embodiment of the present disclosure 5;
FIG. 14 is a schematic diagram of a target image labeled with a rectangular frame according to an embodiment of the present application;
fig. 15 is a schematic structural diagram of an identification device for a file storage location according to an embodiment of the present disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The method for identifying the storage position of the archive can be applied to computer equipment shown in fig. 1. The internal structure diagram of the computer device can be as shown in fig. 1. The computer device includes a processor, a memory, a communication interface, a display screen, and an input device connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides a runtime environment for the operating system and the computer program to run on the non-volatile storage medium. The communication interface of the computer device is used for carrying out wired or wireless communication with an external terminal, and the wireless communication can be realized through WIFI, an operator network, NFC (near field communication) or other technologies. The computer program is used for realizing a method for identifying the storage position of the file when being executed by a processor. The display screen of the computer equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the computer equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the computer equipment, an external keyboard, a touch pad or a mouse and the like.
In the embodiment of the application, the computer equipment can display interfaces such as a database retrieval interface and a warehouse file cabinet picture and can also process the file cabinet picture interface. The processing of the picture interface comprises the following steps: barcode region identification, barcode position labeling and the like. It should be noted that, in the method for identifying a storage location of an archive provided in the embodiment of the present application, an implementation subject may be the computer device shown in fig. 1. In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application. It should be apparent that the described embodiments are only some of the embodiments of the present application, and not all embodiments.
Fig. 2 is a flowchart illustrating an embodiment of a method for identifying a storage location of a file, which is suitable for the computer device shown in fig. 1. As shown in fig. 2, the method comprises the steps of:
step 201, receiving the query condition, and determining the location code matched with the query condition.
The embodiment of the application provides an identification scheme of archives storage position, when finishing putting back in looking up at archives, only need with archives put back corresponding storehouse can, when looking up this archives again, can be through acquireing the storehouse picture at this archives place, through handling the storehouse picture for the easy vision of the locating position of this archives is caught.
In order to determine the identification result of the archive storage location, the database may be retrieved by the computer device, the corresponding identification result being determined on the basis of the retrieval result. The computer device may therefore receive the query in step 201 and determine a location code that matches the query.
Specifically, when the query condition is used for representing that specific file information is retrieved in the database, accurate search can be performed, that is, the full name of the file is input to obtain the location code of the file. It should be noted that the full name and the position code of the file are recorded in the database, the position code is used for representing the specific position of the file, and the file manager can find the placement position of a specific file in the file cabinet according to the position code so as to look up the file.
One possible implementation, as shown in fig. 3, for the precise search database retrieval interface, the full name of the target profile may be entered in an input box, for example, XXXX is entered, a search control in a page is clicked, a retrieval request instruction may be initiated, and a query instruction is received by the computer device, as shown in fig. 4, for the precise search result interface, the interface includes the location code of the target profile. For example, the location code may be 1703201001.
202, performing bar code identification on an image acquired by image acquisition equipment to determine a target bar code; the target bar code is used to characterize the location code.
Specifically, the image capture device is used to obtain a plurality of library filing cabinet photographs. Illustratively, the image acquisition device may be a monitor, a video camera, or a camera. For the above-mentioned image capturing device, the embodiments of the present application are not limited herein. The barcode is used to characterize the location code. For example, the barcode may be a one-dimensional code or a two-dimensional code. The embodiments of the present application are not limited to the barcode format described above.
In one possible implementation, the monitoring software may obtain the numbers representing the warehouse numbers according to the file location codes 1703201001 retrieved from the database, so as to capture a plurality of file cabinet pictures corresponding to the warehouse, where the pictures have a plurality of bar codes. As shown in fig. 5, which is a schematic diagram of a barcode, the barcode may be a one-dimensional barcode, and a plurality of one-dimensional barcodes are identified.
In one possible implementation, after a plurality of one-dimensional barcodes are identified, a plurality of identified barcode data are obtained. Fig. 6 shows an interface of the identified location code information. The location code information interface includes a "profile name" item and a "profile location code" item. The first identified file location code is 1703201003, and after comparison with the target file location code 1703201001, the data are not completely consistent; continuing to compare with the second file location code 1703201002, the data is also not completely consistent; continuing the comparison with the third file location code 1703201001, where the data is completely consistent, the comparison is stopped, and the target file XXXX can be determined at the 17 th warehouse, the 32 th row file cabinet, the 1 st grid, and the 1 st position from left to right.
And step 203, outputting the storage position corresponding to the target bar code.
Specifically, the storage position is used for representing the specific placement position of the target file in the storehouse. For example, the storage location may be a specific archive cabinet in the warehouse or a specific archive layer grid. The embodiments of the present application are not limited herein with respect to the above-described storage positions.
One possible implementation may be to label the library picture so that the library picture can show which archive layer lattice in a particular library of archives.
In the identification method of the storage position of the file, the computer equipment receives the query condition and determines the position code matched with the query condition; performing bar code identification on an image acquired by image acquisition equipment to determine a target bar code; the target bar code is used for representing the position code; and outputting the storage position corresponding to the target bar code. Therefore, by adopting the processing method, the database can be searched through the name of the target file, and all file names and position code information are input into the database. When the target file name is completely consistent with a certain file name, the target file position code is obtained. The camera takes a candid photograph of the file cabinet picture in the corresponding storehouse, the bar codes of the file boxes are identified one by one, and when the position code after the bar code identification is completely consistent with the target file position code, the target bar code in the picture is marked, so that the placing position of the picture is easy to visually capture. When having avoided archives to look up and finishing putting back, need strictly put according to archives position code. Therefore, by the adoption of the identification method of the file storage position, the file searching efficiency can be effectively improved.
In the embodiment described above, a technical scheme is introduced in which the computer device compares the position code of the target file obtained by retrieving the database with the position codes obtained by identifying a plurality of bar codes one by one, finds the target file until the two position codes are completely consistent, and finally marks the target file in the picture of the file cabinet, so that the file manager can conveniently see the specific position of the target file in the picture of the repository, thereby looking up the target file. In another embodiment of the present application, a plurality of related profile information may be obtained by fuzzy search, and a target profile location code may be determined based on the plurality of related profile information. For example, the specific implementation of "receiving a query, determining a location code matching the query" referred to above includes the steps of FIG. 7:
step 701, extracting keywords from the query conditions to obtain target keywords.
In particular, the keywords are used to characterize certain words in the name of the archive. The target keyword is used for representing a certain number of words in the target file name.
One possible implementation, as shown in fig. 8, for the fuzzy search database retrieval interface, some number of words in the name of the target profile may be entered in an input box, for example, XAB in XABC of the target profile, a search control in a page is clicked, a retrieval request instruction may be initiated, and a query instruction is received by the computer device.
Step 702, determining a position code matched with the target keyword according to the archive record information, and determining a position code matched with the query condition according to the position code matched with the target keyword; the file record information comprises the corresponding relation between the position codes of a plurality of file boxes and the file keywords.
Specifically, the archive record information is used for representing the full name of the archive and the position codes corresponding to the full name of the archive, the position codes matched with the target keywords are used for representing the position codes of a plurality of related archives, and the position codes matched with the query condition are used for representing the position codes of the target archive.
One possible implementation, as shown in FIG. 9, is a fuzzy search results interface that includes an "archive name" item and an "archive location name code" item. The name of the first related file is XABE, and the file position code corresponding to the name of the first related file is 1703201003; the second file name is XABD, and the file location code corresponding to the second related file name is 1703201002; the third file is called XABC, and the file location code corresponding to the third related file name is 1703201001. The first related file is called XABE completely, and after comparison with the target file called XABC completely, the data is not completely consistent; after the comparison with the second file full name XABD is continued, the data are not completely consistent; and continuing to compare with the third file full name XABC when the data are completely consistent, stopping comparison, and determining the target file XABC, so that the position code corresponding to the target file is 1703201001.
In the foregoing embodiments, a technical solution is introduced in which a computer device determines a plurality of files related to a target file according to a target file keyword, compares a full name of the target file with a full name of the related files, and determines a location code of the target file. In another embodiment of the present application, a target archive storehouse number can be determined according to a target archive position, and pictures corresponding to a plurality of archive cabinets in the storehouse are obtained. For example, the specific implementation of "performing barcode recognition on an image acquired by an image acquisition device" referred to above includes the steps of fig. 10:
and 1001, determining a storehouse number corresponding to the archive to be inquired according to the position code.
In particular, the location code is used to characterize the specific storage location of the archive in the repository. The storehouse number is used for representing a specific storehouse.
In one possible implementation, when the location code of the target file is 1703201001, the first two digits 17 represent the number of the warehouse.
Step 1002, acquiring a target image acquired by each image acquisition device in the storehouse corresponding to the storehouse number.
Specifically, the target images are used to characterize pictures of a plurality of filing cabinets in the warehouse.
A possible implementation mode can be that the number 17 of the storeroom is input in a webservice interface provided by monitoring software, so that the monitoring video of the 17 storerooms can be called, and then pictures of a plurality of file cabinets can be captured.
And step 1003, carrying out bar code identification on the target image.
Specifically, the bar code records specific storage location information of the archive.
A possible implementation mode is that each bar code in a plurality of file cabinet pictures taken by candid photograph is identified one by one, and a plurality of file information can be obtained.
In the foregoing embodiments, a technical solution is introduced in which a computer device calls a library photo according to a target archive location code to identify each code in the photo. In another embodiment of the present application, the barcode corresponding to the target file may be finally determined by segmenting the barcode region in the picture, and then performing barcode identification comparison. For example, the specific implementation of the aforementioned "performing barcode recognition on an image acquired by an image acquisition device and determining a target barcode" includes the steps of fig. 11:
step 1101, performing barcode shading recognition on the image to obtain a plurality of barcodes in the image.
Specifically, the shading is used for representing the color of a bar code area pasted on the file box, and a plurality of bar codes are obtained and used for representing and dividing the bar code area in the storeroom photo.
One possible implementation is shown in fig. 12, which is a schematic side view of the file box, and the white area is a barcode area attached to the surface of the box body. The white area can be identified and segmented from the warehouse photo through color tracking processing in the image processing technology, and the segmented white area photo is 10cm in height and 3cm in width.
Step 1102, performing barcode identification on the multiple barcodes respectively to obtain multiple position codes corresponding to the multiple barcodes.
Specifically, the barcode is used to represent archival location code information. The bar code can record the name of the file and also can record the position code of the file. The information recorded by the bar code is not limited herein.
In one possible implementation, the computer device can obtain the names and location codes of a plurality of related archives by identifying bar codes contained in a plurality of white areas.
Step 1103, if there is a target location code consistent with the location code in the plurality of location codes, determining that the barcode corresponding to the target location code is the target barcode.
Specifically, the plurality of location codes are used for representing the location information of the plurality of relevant files, and the target location code is the location code of the target file obtained by searching. The target bar code is used to characterize the actual bar code affixed to the target file box.
One possible implementation way is to compare a plurality of relevant position codes with the target position code one by one, and when the position code of a specific relevant archive is completely consistent with the target position code, the bar code corresponding to the position code can be determined to be the target bar code.
In the foregoing embodiments, a technical solution for a computer device to divide a white shading, identify a barcode in the shading, and determine a target barcode is introduced. In another embodiment of the application, the identification result can be output, so that the file manager can know which file cabinet the file is on. For example, the aforementioned storage locations corresponding to the output target bar code include:
and outputting position prompt information, wherein the position prompt information comprises a storage position corresponding to the target bar code.
Specifically, the location hint information is used to characterize the specific location of the target barcode in the repository. Illustratively, the location hint information may be a voice message or a text message.
In one possible implementation, the computer device outputs a location text message of the target barcode in the repository on the user interface.
In the foregoing embodiments, a technical solution that a computer device outputs a position prompt message to facilitate a file administrator to know a storage position corresponding to a target barcode is introduced. In another embodiment of the application, the identification result can be displayed, so that the file manager can conveniently observe which file cabinet the file is on. The specific implementation of the aforementioned "outputting the storage location corresponding to the target barcode" includes the following steps:
and step 1301, displaying a target image to which the target bar code belongs.
Specifically, the target image is used to characterize the specific location of the target barcode in the library photo.
In one possible implementation, the computer device may display a picture of the filing cabinet corresponding to the target barcode on the user interface.
And 1302, marking a bar code in the target image and displaying a storage position corresponding to the target bar code.
Specifically, the annotation is used to characterize the specific location of the target barcode in the library photo. For example, the label can be labeled by a rectangular box.
In one possible implementation, the computer device may label the target barcode with a rectangular frame, where the rectangular frame contains the location information of the filing cabinet and the lattice layer.
In the foregoing embodiments, a technical solution is introduced in which a computer device marks a target barcode with a rectangular frame, so that a file administrator can observe a specific position of the target barcode in a library photo conveniently. In another embodiment of the present application, the target bar code may be displayed along with the filing cabinet number by displaying the target bar code in a rectangular frame. For example, the aforementioned storage locations corresponding to the output target bar code include:
the storage position comprises a file cabinet number and a file grid number.
Specifically, the filing cabinet number is used for representing the specific position of the filing cabinet in the storehouse, and the filing grid number is used for representing the specific position of the file in the filing cabinet.
One possible implementation is shown in fig. 14, which is a target image labeled with a rectangular frame. When the destination file location code 1703201001 is indicated, the rectangular frame shows the file grid layer 02, file cabinet 032. The file manager can go to 17 storehouses, 32 file cabinets and the rightmost part of the No. 02 file layer grid to look up the target file.
In the foregoing embodiment, the computer device may display the rectangular frame, the target bar code, the filing cabinet number, and the filing grid number marked in the rectangular frame, and the filing manager may look up the corresponding position according to the cabinet number and the box number marked in the picture of the storehouse. The position of target archives position code record is file check No. 01, and this scheme of adoption only need with the target archives place the arbitrary filing cabinet in corresponding storehouse can, can go file check No. 02 to look up. Avoided looking up at the archives and done the back, need strictly put according to archives box position code. Therefore, by the adoption of the identification method of the file storage position, the file searching efficiency can be effectively improved.
In one embodiment, as illustrated in fig. 15, there is provided an identification device of a file storage location, comprising: a receiving module 1501, an identifying module 1502 and an outputting module 1503. Wherein:
a receiving module 1501, configured to receive a query condition, and determine a location code matching the query condition;
the identification module 1502 is configured to perform barcode identification on an image acquired by an image acquisition device, and determine a target barcode; the target bar code is used for representing the position code;
the output module 1503 is configured to output a storage location corresponding to the target barcode.
In one embodiment, the receiving module 1501 is configured to perform keyword extraction on the query condition to obtain a target keyword; determining a position code matched with the target keyword according to the file record information, and determining a position code matched with the query condition according to the position code matched with the target keyword; the file record information comprises the corresponding relation between the position codes of a plurality of file boxes and the file keywords.
In an embodiment, the identifying module 1502 is configured to determine, according to the location code, a library number corresponding to the archive to be queried;
acquiring target images acquired by each image acquisition device in the storehouse corresponding to the storehouse number;
and carrying out bar code identification on the target image.
In one embodiment, the identifying module 1502 is configured to perform barcode shading identification on the image to obtain a plurality of barcodes in the image; respectively carrying out bar code identification on the bar codes to obtain a plurality of position codes corresponding to the bar codes; and if a target position code consistent with the position code exists in the plurality of position codes, determining the bar code corresponding to the target position code as the target bar code.
In one embodiment, the output module 1503 is configured to output location hint information, where the location hint information includes a storage location corresponding to the target barcode.
In one embodiment, the output module 1503 is configured to display a target image to which the target barcode belongs; and marking the target bar code in the target image and displaying the storage position corresponding to the target bar code.
In one embodiment, the output module 1503 is used for storing the location including the file cabinet number and the file grid number.
The specific definition of the identification device for the archive storage location can be referred to the above definition of the processing method of the radiographic inspection image, and is not described herein again. The modules of the identification device of the file storage position can be wholly or partially realized by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory of the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, comprising a memory and a processor, the memory having a computer program stored therein, the processor implementing the following steps when executing the computer program:
receiving a query condition, and determining a position code matched with the query condition;
performing bar code identification on an image acquired by image acquisition equipment to determine a target bar code; the target bar code is used for representing the position code;
and outputting the storage position corresponding to the target bar code.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
extracting keywords from the query conditions to obtain target keywords;
determining a position code matched with the target keyword according to the file record information, and determining a position code matched with the query condition according to the position code matched with the target keyword; the file record information comprises the corresponding relation between the position codes of a plurality of file boxes and the file keywords.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
determining a storehouse number corresponding to the file to be inquired according to the position code;
acquiring target images acquired by each image acquisition device in the storehouse corresponding to the storehouse number;
and carrying out bar code identification on the target image.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
performing bar code shading identification on the image to obtain a plurality of bar codes in the image;
respectively carrying out bar code identification on the bar codes to obtain a plurality of position codes corresponding to the bar codes;
and if a target position code consistent with the position code exists in the plurality of position codes, determining the bar code corresponding to the target position code as the target bar code.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
and outputting position prompt information, wherein the position prompt information comprises a storage position corresponding to the target bar code.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
displaying a target image to which the target bar code belongs;
and marking the target bar code in the target image and displaying the storage position corresponding to the target bar code.
In one embodiment, the processor, when executing the computer program, further performs the steps of:
the storage position comprises a file cabinet number and a file grid number.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database or other medium used in the embodiments provided herein can include at least one of non-volatile and volatile memory. Non-volatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical storage, or the like. Volatile Memory can include Random Access Memory (RAM) or external cache Memory. By way of illustration and not limitation, RAM can take many forms, such as Static Random Access Memory (SRAM) or Dynamic Random Access Memory (DRAM), among others.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method for identifying the storage position of a file, which is applied to a file management system, wherein the file management system comprises an image acquisition device, the image acquisition device is used for acquiring images of one or more file cabinets, the file cabinets are used for placing file boxes, and the file boxes comprise bar codes, and the method comprises the following steps:
receiving a query condition, and determining a position code matched with the query condition;
performing bar code identification on the image acquired by the image acquisition equipment to determine a target bar code; the target bar code is used for representing the position code;
and outputting the storage position corresponding to the target bar code.
2. The method of claim 1, wherein determining the location code that matches the query criteria comprises:
extracting keywords from the query conditions to obtain target keywords;
determining a position code matched with the target keyword according to the archive record information, and determining the position code matched with the query condition according to the position code matched with the target keyword; the archive recording information comprises the corresponding relation between the position codes of a plurality of archive boxes and the archive keywords.
3. The method according to claim 1, wherein the performing barcode recognition on the image acquired by the image acquisition device comprises:
determining a storehouse number corresponding to the archive to be inquired according to the position code;
acquiring target images acquired by each image acquisition device in the storehouse corresponding to the storehouse number;
and carrying out bar code identification on the target image.
4. The method according to claim 1, wherein performing barcode recognition on the image acquired by the image acquisition device to determine a target barcode comprises:
performing bar code shading recognition on the image to obtain a plurality of bar codes in the image;
respectively carrying out bar code identification on the bar codes to obtain a plurality of position codes corresponding to the bar codes;
and if a target position code consistent with the position code exists in the plurality of position codes, determining the bar code corresponding to the target position code as the target bar code.
5. The method of claim 1, wherein outputting the storage location corresponding to the target bar code comprises:
and outputting position prompt information, wherein the position prompt information comprises a storage position corresponding to the target bar code.
6. The method of claim 1, wherein outputting the storage location corresponding to the target bar code comprises:
displaying a target image to which the target bar code belongs;
and marking the target bar code in the target image, and displaying a storage position corresponding to the target bar code.
7. The method of claim 1, wherein the storage locations include a filing cabinet number and a filing shelf number.
8. An apparatus for identifying a storage location for a document, the apparatus comprising:
the receiving module is used for receiving the query condition and determining the position code matched with the query condition;
the identification module is used for carrying out bar code identification on the image acquired by the image acquisition equipment and determining a target bar code; the target bar code is used for representing the position code;
and the output module is used for outputting the storage position corresponding to the target bar code.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor, when executing the computer program, implements the steps of the method of any of claims 1 to 7.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 7.
CN202111367573.4A 2021-11-18 2021-11-18 Method and device for identifying storage position of file, computer equipment and storage medium Pending CN114140715A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111367573.4A CN114140715A (en) 2021-11-18 2021-11-18 Method and device for identifying storage position of file, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111367573.4A CN114140715A (en) 2021-11-18 2021-11-18 Method and device for identifying storage position of file, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114140715A true CN114140715A (en) 2022-03-04

Family

ID=80390510

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111367573.4A Pending CN114140715A (en) 2021-11-18 2021-11-18 Method and device for identifying storage position of file, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114140715A (en)

Similar Documents

Publication Publication Date Title
US8867779B2 (en) Image tagging user interface
US8244069B1 (en) Facilitating computer-assisted tagging of object instances in digital images
US8396246B2 (en) Tagging images with labels
EP1630704B1 (en) Image file management apparatus and method, program, and storage medium
US20050234896A1 (en) Image retrieving apparatus, image retrieving method and image retrieving program
EP2618290A2 (en) Method and apparatus to incorporate automatic face recognition in digital image collections
US9430716B2 (en) Image processing method and image processing system
JP4367355B2 (en) PHOTO IMAGE SEARCH DEVICE, PHOTO IMAGE SEARCH METHOD, RECORDING MEDIUM, AND PROGRAM
US20140293069A1 (en) Real-time image classification and automated image content curation
KR101832680B1 (en) Searching for events by attendants
CN114140715A (en) Method and device for identifying storage position of file, computer equipment and storage medium
CN110019863B (en) Object searching method and device, terminal equipment and storage medium
CN109635688B (en) Method and system for managing books on bookshelf based on image recognition
KR102351457B1 (en) Method and Apparatus for Recording Dental Treatment
JP2006004157A (en) Image retrieval program, image retrieval method, image retrieval device, and storage medium
JP7023338B2 (en) Collection management system
CN111666432B (en) Image storage method, device and equipment and storage medium
CN117253244A (en) Book data processing method and equipment
CN116129488A (en) Regional high-precision intelligent positioning service method and device and electronic equipment
CN112749128A (en) Image deleting and sorting method and electronic device
CN116450587A (en) File management method and device
CN115080358A (en) Device management method, device, server, storage medium, and program product
CN114691913A (en) Image display method and device, terminal equipment and storage medium
JP2002366403A (en) File management program, computer readable recording medium with its program recorded, and file management method
JP2005176103A (en) Image management apparatus and image management method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination